#CAB993

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

Shades of Sour Dough #CAB993

Tints of Sour Dough #CAB993

Color information

#CAB993 (or 0xCAB993) is unknown color: approx Sour Dough. HEX triplet: CA, B9 and 93. RGB value is (202,185,147). Sum of RGB (Red+Green+Blue) = 202+185+147=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB993 is #35466C. Grayscale: #B9B9B9. Windows color (decimal): -3491437 or 9681354. OLE color: 9681354.

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

Color convert

RGB202185147-
CMYK00.080.270.21
HSL41.45º34.16%68.43%-
HSV(B)41.45º27.23%79.22%-
XYZ46.9749.3634.66-
YUV185.75106.13139.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=37.83%
G=34.64%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218514700.080.270.2141.4534.1668.43
HexCAB993081B15292244
Octal31227122301033255142104
Binary1100101010111001100100110100011011101011010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB993; }

 p { color: rgb(202,185,147); }

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

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

 a { background-color: rgb(202,185,147); }

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

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

 span { border-color: rgb(202,185,147); }

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