Html Css Color HEX #CAB99E Sour Dough

📋 copy color: '#CAB99E'

red 202 ◦ green 185 ◦ blue 158

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

Shades of Sour Dough #CAB99E

Tints of Sour Dough #CAB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 37.06%
G = 33.94%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAB99E (or 0xCAB99E) is known color: Sour Dough. HEX triplet: CA, B9 and 9E. RGB value is (202,185,158). Sum of RGB (Red+Green+Blue) = 202+185+158=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99E is #354661. Grayscale: #BBBBBB. Windows color (decimal): -3491426 or 10402250. OLE color: 10402250.

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

Color convert

RGB 202 185 158 -
CMYK 0 0.08 0.22 0.21
HSL 36.82º 0.29% 0.71% -
HSV(B) 36.82º 0.22% 0.79% -
XYZ 47.88 49.72 39.42 -
YUV 187.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 202 185 158 0 0.08 0.22 0.21 36.82 0.29 0.71
Hex CA B9 9E 0 8 16 15 25 1D 47
Octal 312 271 236 0 10 26 25 45 35 107
Binary 11001010 10111001 10011110 0 1000 10110 10101 100101 11101 1000111

Color Harmonies of #CAB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB99E

Black with #CAB99E

Text Example


Text Example

White with #CAB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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