Html Css Color HEX #CBAB99 Cashmere

📋 copy color: '#CBAB99'

red 203 ◦ green 171 ◦ blue 153

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

Shades of Cashmere #CBAB99

Tints of Cashmere #CBAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 38.52%
G = 32.45%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBAB99 (or 0xCBAB99) is known color: Cashmere. HEX triplet: CB, AB and 99. RGB value is (203,171,153). Sum of RGB (Red+Green+Blue) = 203+171+153=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB99 is #345466. Grayscale: #B2B2B2. Windows color (decimal): -3429479 or 10070987. OLE color: 10070987.

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

Color convert

RGB 203 171 153 -
CMYK 0 0.16 0.25 0.20
HSL 21.6º 0.32% 0.7% -
HSV(B) 21.6º 0.25% 0.8% -
XYZ 44.94 44.12 36.28 -
YUV 178.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 203 171 153 0 0.16 0.25 0.20 21.6 0.32 0.7
Hex CB AB 99 0 10 19 14 16 20 46
Octal 313 253 231 0 20 31 24 26 40 106
Binary 11001011 10101011 10011001 0 10000 11001 10100 10110 100000 1000110

Color Harmonies of #CBAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB99

Black with #CBAB99

Text Example


Text Example

White with #CBAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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