Html Css Color HEX #CB9DAB Careys Pink

📋 copy color: '#CB9DAB'

red 203 ◦ green 157 ◦ blue 171

#CB9DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #CB9DAB

Tints of Careys Pink #CB9DAB

RGB

 RED value IS 203 (79.69% from 255) = 38.23%

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 38.23%
G = 29.57%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB9DAB (or 0xCB9DAB) is known color: Careys Pink. HEX triplet: CB, 9D and AB. RGB value is (203,157,171). Sum of RGB (Red+Green+Blue) = 203+157+171=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DAB is #346254. Grayscale: #ACACAC. Windows color (decimal): -3433045 or 11247051. OLE color: 11247051.

HSL color Cylindrical-coordinate representation of color #CB9DAB: hue angle of 341.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DAB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 157 171 -
CMYK 0 0.23 0.16 0.20
HSL 341.74º 0.31% 0.71% -
HSV(B) 341.74º 0.23% 0.8% -
XYZ 44.04 39.75 43.88 -
YUV 172.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 203 157 171 0 0.23 0.16 0.20 341.74 0.31 0.71
Hex CB 9D AB 0 17 10 14 156 1F 47
Octal 313 235 253 0 27 20 24 526 37 107
Binary 11001011 10011101 10101011 0 10111 10000 10100 101010110 11111 1000111

Color Harmonies of #CB9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DAB

Black with #CB9DAB

Text Example


Text Example

White with #CB9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DAB; }

 p { color: rgb(203,157,171); }

 H1.HeaderClassName
 {
   color: #CB9DAB;
 }
 .AnyTagClassName
 {
   color: #CB9DAB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,157,171); }

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

border-color css

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

 span { border-color: rgb(203,157,171); }

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