#CAB792

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

Shades of Sour Dough #CAB792

Tints of Sour Dough #CAB792

Color information

#CAB792 (or 0xCAB792) is unknown color: approx Sour Dough. HEX triplet: CA, B7 and 92. RGB value is (202,183,146). Sum of RGB (Red+Green+Blue) = 202+183+146=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB792 is #35486D. Grayscale: #B8B8B8. Windows color (decimal): -3491950 or 9615306. OLE color: 9615306.

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

Color convert

RGB202183146-
CMYK00.090.280.21
HSL39.64º34.57%68.24%-
HSV(B)39.64º27.72%79.22%-
XYZ46.4848.534.11-
YUV184.46106.29140.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=38.04%
G=34.46%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218314600.090.280.2139.6434.5768.24
HexCAB792091C15282344
Octal31226722201134255043104
Binary1100101010110111100100100100111100101011010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB792; }

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

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

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

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

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

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

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

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