#CAB597

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

Shades of Sour Dough #CAB597

Tints of Sour Dough #CAB597

Color information

#CAB597 (or 0xCAB597) is unknown color: approx Sour Dough. HEX triplet: CA, B5 and 97. RGB value is (202,181,151). Sum of RGB (Red+Green+Blue) = 202+181+151=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB597 is #354A68. Grayscale: #B8B8B8. Windows color (decimal): -3492457 or 9942474. OLE color: 9942474.

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

Color convert

RGB202181151-
CMYK00.100.250.21
HSL35.29º32.48%69.22%-
HSV(B)35.29º25.25%79.22%-
XYZ46.4747.8436.06-
YUV183.86109.46140.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=37.83%
G=33.90%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218115100.100.250.2135.2932.4869.22
HexCAB5970A1915232045
Octal31226522701231254340105
Binary1100101010110101100101110101011001101011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB597; }

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

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

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

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

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

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

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

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