#CAB992

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

Shades of Sour Dough #CAB992

Tints of Sour Dough #CAB992

Color information

#CAB992 (or 0xCAB992) is unknown color: approx Sour Dough. HEX triplet: CA, B9 and 92. RGB value is (202,185,146). Sum of RGB (Red+Green+Blue) = 202+185+146=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB992 is #35466D. Grayscale: #B9B9B9. Windows color (decimal): -3491438 or 9615818. OLE color: 9615818.

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

Color convert

RGB202185146-
CMYK00.080.280.21
HSL41.79º34.57%68.24%-
HSV(B)41.79º27.72%79.22%-
XYZ46.8949.3334.24-
YUV185.64105.63139.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=37.90%
G=34.71%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218514600.080.280.2141.7934.5768.24
HexCAB992081C152a2344
Octal31227122201034255243104
Binary1100101010111001100100100100011100101011010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB992; }

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

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

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

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

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

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

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

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