#CAB593

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

Shades of Sour Dough #CAB593

Tints of Sour Dough #CAB593

Color information

#CAB593 (or 0xCAB593) is unknown color: approx Sour Dough. HEX triplet: CA, B5 and 93. RGB value is (202,181,147). Sum of RGB (Red+Green+Blue) = 202+181+147=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB593 is #354A6C. Grayscale: #B7B7B7. Windows color (decimal): -3492461 or 9680330. OLE color: 9680330.

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

Color convert

RGB202181147-
CMYK00.100.270.21
HSL37.09º34.16%68.43%-
HSV(B)37.09º27.23%79.22%-
XYZ46.1547.7134.38-
YUV183.4107.46141.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 181 (71.09% from 255) = 34.15%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=38.11%
G=34.15%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218114700.100.270.2137.0934.1668.43
HexCAB5930A1B15252244
Octal31226522301233254542104
Binary1100101010110101100100110101011011101011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB593; }

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

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

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

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

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

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

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

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