#CAB394

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

Shades of Sour Dough #CAB394

Tints of Sour Dough #CAB394

Color information

#CAB394 (or 0xCAB394) is unknown color: approx Sour Dough. HEX triplet: CA, B3 and 94. RGB value is (202,179,148). Sum of RGB (Red+Green+Blue) = 202+179+148=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB394 is #354C6B. Grayscale: #B6B6B6. Windows color (decimal): -3492972 or 9745354. OLE color: 9745354.

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

Color convert

RGB202179148-
CMYK00.110.270.21
HSL34.44º33.75%68.63%-
HSV(B)34.44º26.73%79.22%-
XYZ45.8246.9334.66-
YUV182.34108.62142.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=38.19%
G=33.84%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217914800.110.270.2134.4433.7568.63
HexCAB3940B1B15222245
Octal31226322401333254242105
Binary1100101010110011100101000101111011101011000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB394; }

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

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

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

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

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

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

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

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