#CAB297

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

Shades of Sour Dough #CAB297

Tints of Sour Dough #CAB297

Color information

#CAB297 (or 0xCAB297) is unknown color: approx Sour Dough. HEX triplet: CA, B2 and 97. RGB value is (202,178,151). Sum of RGB (Red+Green+Blue) = 202+178+151=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB297 is #354D68. Grayscale: #B6B6B6. Windows color (decimal): -3493225 or 9941706. OLE color: 9941706.

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

Color convert

RGB202178151-
CMYK00.120.250.21
HSL31.76º32.48%69.22%-
HSV(B)31.76º25.25%79.22%-
XYZ45.8646.6335.86-
YUV182.1110.45142.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=38.04%
G=33.52%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217815100.120.250.2131.7632.4869.22
HexCAB2970C1915202045
Octal31226222701431254040105
Binary1100101010110010100101110110011001101011000001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB297; }

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

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

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

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

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

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

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

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