#CAB794

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

Shades of Sour Dough #CAB794

Tints of Sour Dough #CAB794

Color information

#CAB794 (or 0xCAB794) is unknown color: approx Sour Dough. HEX triplet: CA, B7 and 94. RGB value is (202,183,148). Sum of RGB (Red+Green+Blue) = 202+183+148=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB794 is #35486B. Grayscale: #B8B8B8. Windows color (decimal): -3491948 or 9746378. OLE color: 9746378.

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

Color convert

RGB202183148-
CMYK00.090.270.21
HSL38.89º33.75%68.63%-
HSV(B)38.89º26.73%79.22%-
XYZ46.6448.5634.93-
YUV184.69107.29140.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=37.90%
G=34.33%
B=27.77%

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
Decimal20218314800.090.270.2138.8933.7568.63
HexCAB794091B15272245
Octal31226722401133254742105
Binary1100101010110111100101000100111011101011001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB794; }

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

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

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

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

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

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

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

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