#CBA6AE

Color #CBA6AE Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CBA6AE

Tints of Careys Pink #CBA6AE

Color information

#CBA6AE (or 0xCBA6AE) is unknown color: approx Careys Pink. HEX triplet: CB, A6 and AE. RGB value is (203,166,174). Sum of RGB (Red+Green+Blue) = 203+166+174=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6AE is #345951. Grayscale: #B1B1B1. Windows color (decimal): -3430738 or 11445963. OLE color: 11445963.

HSL color Cylindrical-coordinate representation of color #CBA6AE: hue angle of 347.03º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6AE is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203166174-
CMYK00.180.140.20
HSL347.03º26.24%72.35%-
HSV(B)347.03º18.23%79.61%-
XYZ45.943.0245.93-
YUV177.98125.76145.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=37.38%
G=30.57%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316617400.180.140.20347.0326.2472.35
HexCBA6AE012E1415b1a48
Octal313246256022162453332110
Binary110010111010011010101110010010111010100101011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6AE; }

 p { color: rgb(203,166,174); }

 H1.HeaderClassName
 {
   color: #CBA6AE;
 }
 .AnyTagClassName
 {
   color: #CBA6AE;
 }
</style>
background-color css

<style>
 a { background-color: #CBA6AE; }

 a { background-color: rgb(203,166,174); }

 div.DivClassName
 {
   background-color: #CBA6AE;
 }
 .BgClassName
 {
   background-color: #CBA6AE;
 }
</style>
border-color css

<style>
 span { border-color: #CBA6AE; }

 span { border-color: rgb(203,166,174); }

 td.TdClassName
 {
   border-color: #CBA6AE;
 }
 .TagClassName
 {
   border-color: #CBA6AE;
 }
</style>