#CAB999

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

Shades of Sour Dough #CAB999

Tints of Sour Dough #CAB999

Color information

#CAB999 (or 0xCAB999) is unknown color: approx Sour Dough. HEX triplet: CA, B9 and 99. RGB value is (202,185,153). Sum of RGB (Red+Green+Blue) = 202+185+153=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB999 is #354666. Grayscale: #BABABA. Windows color (decimal): -3491431 or 10074570. OLE color: 10074570.

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

Color convert

RGB202185153-
CMYK00.080.240.21
HSL39.18º31.61%69.61%-
HSV(B)39.18º24.26%79.22%-
XYZ47.4649.5537.2-
YUV186.44109.13139.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=37.41%
G=34.26%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218515300.080.240.2139.1831.6169.61
HexCAB999081815272046
Octal31227123101030254740106
Binary1100101010111001100110010100011000101011001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB999; }

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

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

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

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

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

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

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

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