Html Css Color HEX #CAB799 Sour Dough

📋 copy color: '#CAB799'

red 202 ◦ green 183 ◦ blue 153

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

Shades of Sour Dough #CAB799

Tints of Sour Dough #CAB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

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

R = 37.55%
G = 34.01%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CAB799 (or 0xCAB799) is known color: Sour Dough. HEX triplet: CA, B7 and 99. RGB value is (202,183,153). Sum of RGB (Red+Green+Blue) = 202+183+153=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB799 is #354866. Grayscale: #B9B9B9. Windows color (decimal): -3491943 or 10074058. OLE color: 10074058.

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

Color convert

RGB 202 183 153 -
CMYK 0 0.09 0.24 0.21
HSL 36.73º 0.32% 0.7% -
HSV(B) 36.73º 0.24% 0.79% -
XYZ 47.04 48.72 37.06 -
YUV 185.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 202 183 153 0 0.09 0.24 0.21 36.73 0.32 0.7
Hex CA B7 99 0 9 18 15 25 20 46
Octal 312 267 231 0 11 30 25 45 40 106
Binary 11001010 10110111 10011001 0 1001 11000 10101 100101 100000 1000110

Color Harmonies of #CAB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB799

Black with #CAB799

Text Example


Text Example

White with #CAB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB799; }

 p { color: rgb(202,183,153); }

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

background-color css

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

 a { background-color: rgb(202,183,153); }

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

border-color css

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

 span { border-color: rgb(202,183,153); }

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