#CAB094

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

Shades of Sour Dough #CAB094

Tints of Sour Dough #CAB094

Color information

#CAB094 (or 0xCAB094) is unknown color: approx Sour Dough. HEX triplet: CA, B0 and 94. RGB value is (202,176,148). Sum of RGB (Red+Green+Blue) = 202+176+148=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB094 is #354F6B. Grayscale: #B4B4B4. Windows color (decimal): -3493740 or 9744586. OLE color: 9744586.

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

Color convert

RGB202176148-
CMYK00.130.270.21
HSL31.11º33.75%68.63%-
HSV(B)31.11º26.73%79.22%-
XYZ45.2345.7534.46-
YUV180.58109.61143.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=38.40%
G=33.46%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217614800.130.270.2131.1133.7568.63
HexCAB0940D1B151f2245
Octal31226022401533253742105
Binary110010101011000010010100011011101110101111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB094; }

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

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

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

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

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

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

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

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