#CAB399

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

Shades of Sour Dough #CAB399

Tints of Sour Dough #CAB399

Color information

#CAB399 (or 0xCAB399) is unknown color: approx Sour Dough. HEX triplet: CA, B3 and 99. RGB value is (202,179,153). Sum of RGB (Red+Green+Blue) = 202+179+153=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB399 is #354C66. Grayscale: #B7B7B7. Windows color (decimal): -3492967 or 10073034. OLE color: 10073034.

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

Color convert

RGB202179153-
CMYK00.110.240.21
HSL31.84º31.61%69.61%-
HSV(B)31.84º24.26%79.22%-
XYZ46.2347.136.79-
YUV182.91111.12141.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=37.83%
G=33.52%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217915300.110.240.2131.8431.6169.61
HexCAB3990B1815202046
Octal31226323101330254040106
Binary1100101010110011100110010101111000101011000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB399; }

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

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

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

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

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

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

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

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