#CAB897

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

Shades of Sour Dough #CAB897

Tints of Sour Dough #CAB897

Color information

#CAB897 (or 0xCAB897) is unknown color: approx Sour Dough. HEX triplet: CA, B8 and 97. RGB value is (202,184,151). Sum of RGB (Red+Green+Blue) = 202+184+151=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB897 is #354768. Grayscale: #B9B9B9. Windows color (decimal): -3491689 or 9943242. OLE color: 9943242.

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

Color convert

RGB202184151-
CMYK00.090.250.21
HSL38.82º32.48%69.22%-
HSV(B)38.82º25.25%79.22%-
XYZ47.0849.0736.27-
YUV185.62108.46139.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=37.62%
G=34.26%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218415100.090.250.2138.8232.4869.22
HexCAB897091915272045
Octal31227022701131254740105
Binary1100101010111000100101110100111001101011001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB897; }

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

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

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

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

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

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

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

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