#CAB697

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

Shades of Sour Dough #CAB697

Tints of Sour Dough #CAB697

Color information

#CAB697 (or 0xCAB697) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 97. RGB value is (202,182,151). Sum of RGB (Red+Green+Blue) = 202+182+151=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB697 is #354968. Grayscale: #B8B8B8. Windows color (decimal): -3492201 or 9942730. OLE color: 9942730.

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

Color convert

RGB202182151-
CMYK00.100.250.21
HSL36.47º32.48%69.22%-
HSV(B)36.47º25.25%79.22%-
XYZ46.6748.2536.13-
YUV184.45109.13140.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=37.76%
G=34.02%
B=28.22%

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
Decimal20218215100.100.250.2136.4732.4869.22
HexCAB6970A1915242045
Octal31226622701231254440105
Binary1100101010110110100101110101011001101011001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB697; }

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

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

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

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

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

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

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

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