Html Css Color HEX #CAB997 Sour Dough

📋 copy color: '#CAB997'

red 202 ◦ green 185 ◦ blue 151

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

Shades of Sour Dough #CAB997

Tints of Sour Dough #CAB997

RGB

 RED value IS 202 (79.3% from 255) = 37.55%

 GREEN value IS 185 (72.66% from 255) = 34.39%

 BLUE value IS 151 (59.38% from 255) = 28.07%

R = 37.55%
G = 34.39%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAB997 (or 0xCAB997) is known color: Sour Dough. HEX triplet: CA, B9 and 97. RGB value is (202,185,151). Sum of RGB (Red+Green+Blue) = 202+185+151=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB997 is #354668. Grayscale: #BABABA. Windows color (decimal): -3491433 or 9943498. OLE color: 9943498.

HSL color Cylindrical-coordinate representation of color #CAB997: hue angle of 40º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB997 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 151 -
CMYK 0 0.08 0.25 0.21
HSL 40º 0.32% 0.69% -
HSV(B) 40º 0.25% 0.79% -
XYZ 47.29 49.49 36.34 -
YUV 186.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 202 185 151 0 0.08 0.25 0.21 40 0.32 0.69
Hex CA B9 97 0 8 19 15 28 20 45
Octal 312 271 227 0 10 31 25 50 40 105
Binary 11001010 10111001 10010111 0 1000 11001 10101 101000 100000 1000101

Color Harmonies of #CAB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB997

Black with #CAB997

Text Example


Text Example

White with #CAB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB997; }

 p { color: rgb(202,185,151); }

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

background-color css

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

 a { background-color: rgb(202,185,151); }

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

border-color css

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

 span { border-color: rgb(202,185,151); }

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