#CAB893

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

Shades of Sour Dough #CAB893

Tints of Sour Dough #CAB893

Color information

#CAB893 (or 0xCAB893) is unknown color: approx Sour Dough. HEX triplet: CA, B8 and 93. RGB value is (202,184,147). Sum of RGB (Red+Green+Blue) = 202+184+147=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB893 is #35476C. Grayscale: #B9B9B9. Windows color (decimal): -3491693 or 9681098. OLE color: 9681098.

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

Color convert

RGB202184147-
CMYK00.090.270.21
HSL40.36º34.16%68.43%-
HSV(B)40.36º27.23%79.22%-
XYZ46.7648.9434.59-
YUV185.16106.46140.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=37.90%
G=34.52%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218414700.090.270.2140.3634.1668.43
HexCAB893091B15282244
Octal31227022301133255042104
Binary1100101010111000100100110100111011101011010001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB893; }

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

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

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

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

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

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

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

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