Html Css Color HEX #CAB99D Sour Dough

📋 copy color: '#CAB99D'

red 202 ◦ green 185 ◦ blue 157

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

Shades of Sour Dough #CAB99D

Tints of Sour Dough #CAB99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 37.13%
G = 34.01%
B = 28.86%

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

#CAB99D (or 0xCAB99D) is known color: Sour Dough. HEX triplet: CA, B9 and 9D. RGB value is (202,185,157). Sum of RGB (Red+Green+Blue) = 202+185+157=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99D is #354662. Grayscale: #BBBBBB. Windows color (decimal): -3491427 or 10336714. OLE color: 10336714.

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

Color convert

RGB 202 185 157 -
CMYK 0 0.08 0.22 0.21
HSL 37.33º 0.3% 0.7% -
HSV(B) 37.33º 0.22% 0.79% -
XYZ 47.79 49.69 38.97 -
YUV 186.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 202 185 157 0 0.08 0.22 0.21 37.33 0.3 0.7
Hex CA B9 9D 0 8 16 15 25 1E 46
Octal 312 271 235 0 10 26 25 45 36 106
Binary 11001010 10111001 10011101 0 1000 10110 10101 100101 11110 1000110

Color Harmonies of #CAB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB99D

Black with #CAB99D

Text Example


Text Example

White with #CAB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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