#CAB899

Color #CAB899 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CAB899

Tints of Sour Dough #CAB899

Color information

#CAB899 (or 0xCAB899) is unknown color: approx Sour Dough. HEX triplet: CA, B8 and 99. RGB value is (202,184,153). Sum of RGB (Red+Green+Blue) = 202+184+153=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB899 is #354766. Grayscale: #B9B9B9. Windows color (decimal): -3491687 or 10074314. OLE color: 10074314.

HSL color Cylindrical-coordinate representation of color #CAB899: hue angle of 37.96º 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 #CAB899 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202184153-
CMYK00.090.240.21
HSL37.96º31.61%69.61%-
HSV(B)37.96º24.26%79.22%-
XYZ47.2549.1437.13-
YUV185.85109.46139.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=37.48%
G=34.14%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218415300.090.240.2137.9631.6169.61
HexCAB899091815262046
Octal31227023101130254640106
Binary1100101010111000100110010100111000101011001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB899; }

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

 H1.HeaderClassName
 {
   color: #CAB899;
 }
 .AnyTagClassName
 {
   color: #CAB899;
 }
</style>
background-color css

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

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

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

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

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

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