Html Css Color HEX #CBAB96 Cashmere

📋 copy color: '#CBAB96'

red 203 ◦ green 171 ◦ blue 150

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

Shades of Cashmere #CBAB96

Tints of Cashmere #CBAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 38.74%
G = 32.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBAB96 (or 0xCBAB96) is known color: Cashmere. HEX triplet: CB, AB and 96. RGB value is (203,171,150). Sum of RGB (Red+Green+Blue) = 203+171+150=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB96 is #345469. Grayscale: #B2B2B2. Windows color (decimal): -3429482 or 9874379. OLE color: 9874379.

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

Color convert

RGB 203 171 150 -
CMYK 0 0.16 0.26 0.20
HSL 23.77º 0.34% 0.69% -
HSV(B) 23.77º 0.26% 0.8% -
XYZ 44.7 44.02 35 -
YUV 178.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 203 171 150 0 0.16 0.26 0.20 23.77 0.34 0.69
Hex CB AB 96 0 10 1A 14 18 22 45
Octal 313 253 226 0 20 32 24 30 42 105
Binary 11001011 10101011 10010110 0 10000 11010 10100 11000 100010 1000101

Color Harmonies of #CBAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB96

Black with #CBAB96

Text Example


Text Example

White with #CBAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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