#CAB095

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

Shades of Sour Dough #CAB095

Tints of Sour Dough #CAB095

Color information

#CAB095 (or 0xCAB095) is unknown color: approx Sour Dough. HEX triplet: CA, B0 and 95. RGB value is (202,176,149). Sum of RGB (Red+Green+Blue) = 202+176+149=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB095 is #354F6A. Grayscale: #B4B4B4. Windows color (decimal): -3493739 or 9810122. OLE color: 9810122.

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

Color convert

RGB202176149-
CMYK00.130.260.21
HSL30.57º33.33%68.82%-
HSV(B)30.57º26.24%79.22%-
XYZ45.3145.7834.88-
YUV180.7110.11143.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=38.33%
G=33.40%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217614900.130.260.2130.5733.3368.82
HexCAB0950D1A151f2145
Octal31226022501532253741105
Binary110010101011000010010101011011101010101111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB095; }

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

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

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

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

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

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

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

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