#CAB591

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

Shades of Sour Dough #CAB591

Tints of Sour Dough #CAB591

Color information

#CAB591 (or 0xCAB591) is unknown color: approx Sour Dough. HEX triplet: CA, B5 and 91. RGB value is (202,181,145). Sum of RGB (Red+Green+Blue) = 202+181+145=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB591 is #354A6E. Grayscale: #B7B7B7. Windows color (decimal): -3492463 or 9549258. OLE color: 9549258.

HSL color Cylindrical-coordinate representation of color #CAB591: hue angle of 37.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB591 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202181145-
CMYK00.100.280.21
HSL37.89º34.97%68.04%-
HSV(B)37.89º28.22%79.22%-
XYZ45.9947.6533.56-
YUV183.18106.46141.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=38.26%
G=34.28%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218114500.100.280.2137.8934.9768.04
HexCAB5910A1C15262344
Octal31226522101234254643104
Binary1100101010110101100100010101011100101011001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB591; }

 p { color: rgb(202,181,145); }

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

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

 a { background-color: rgb(202,181,145); }

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

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

 span { border-color: rgb(202,181,145); }

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