#CAB395

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

Shades of Sour Dough #CAB395

Tints of Sour Dough #CAB395

Color information

#CAB395 (or 0xCAB395) is unknown color: approx Sour Dough. HEX triplet: CA, B3 and 95. RGB value is (202,179,149). Sum of RGB (Red+Green+Blue) = 202+179+149=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB395 is #354C6A. Grayscale: #B6B6B6. Windows color (decimal): -3492971 or 9810890. OLE color: 9810890.

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

Color convert

RGB202179149-
CMYK00.110.260.21
HSL33.96º33.33%68.82%-
HSV(B)33.96º26.24%79.22%-
XYZ45.946.9735.08-
YUV182.46109.12141.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=38.11%
G=33.77%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217914900.110.260.2133.9633.3368.82
HexCAB3950B1A15222145
Octal31226322501332254241105
Binary1100101010110011100101010101111010101011000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB395; }

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

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

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

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

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

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

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

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