Html Css Color HEX #CBA9AB Pale Chestnut

📋 copy color: '#CBA9AB'

red 203 ◦ green 169 ◦ blue 171

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

Shades of Pale Chestnut #CBA9AB

Tints of Pale Chestnut #CBA9AB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.12%

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

R = 37.38%
G = 31.12%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBA9AB (or 0xCBA9AB) is known color: Pale Chestnut. HEX triplet: CB, A9 and AB. RGB value is (203,169,171). Sum of RGB (Red+Green+Blue) = 203+169+171=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AB is #345654. Grayscale: #B3B3B3. Windows color (decimal): -3429973 or 11250123. OLE color: 11250123.

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

Color convert

RGB 203 169 171 -
CMYK 0 0.17 0.16 0.20
HSL 356.47º 0.25% 0.73% -
HSV(B) 356.47º 0.17% 0.8% -
XYZ 46.17 44.01 44.59 -
YUV 179.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 203 169 171 0 0.17 0.16 0.20 356.47 0.25 0.73
Hex CB A9 AB 0 11 10 14 164 19 49
Octal 313 251 253 0 21 20 24 544 31 111
Binary 11001011 10101001 10101011 0 10001 10000 10100 101100100 11001 1001001

Color Harmonies of #CBA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9AB

Black with #CBA9AB

Text Example


Text Example

White with #CBA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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