#CAB695

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

Shades of Sour Dough #CAB695

Tints of Sour Dough #CAB695

Color information

#CAB695 (or 0xCAB695) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 95. RGB value is (202,182,149). Sum of RGB (Red+Green+Blue) = 202+182+149=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB695 is #35496A. Grayscale: #B8B8B8. Windows color (decimal): -3492203 or 9811658. OLE color: 9811658.

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

Color convert

RGB202182149-
CMYK00.100.260.21
HSL37.36º33.33%68.82%-
HSV(B)37.36º26.24%79.22%-
XYZ46.5148.1835.28-
YUV184.22108.13140.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=37.90%
G=34.15%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218214900.100.260.2137.3633.3368.82
HexCAB6950A1A15252145
Octal31226622501232254541105
Binary1100101010110110100101010101011010101011001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB695; }

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

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

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

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

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

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

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

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