#CAB79A

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

Shades of Sour Dough #CAB79A

Tints of Sour Dough #CAB79A

Color information

#CAB79A (or 0xCAB79A) is unknown color: approx Sour Dough. HEX triplet: CA, B7 and 9A. RGB value is (202,183,154). Sum of RGB (Red+Green+Blue) = 202+183+154=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB79A is #354865. Grayscale: #B9B9B9. Windows color (decimal): -3491942 or 10139594. OLE color: 10139594.

HSL color Cylindrical-coordinate representation of color #CAB79A: hue angle of 36.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB79A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202183154-
CMYK00.090.240.21
HSL36.25º31.17%69.8%-
HSV(B)36.25º23.76%79.22%-
XYZ47.1248.7637.5-
YUV185.38110.29139.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=37.48%
G=33.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218315400.090.240.2136.2531.1769.8
HexCAB79A091815241f46
Octal31226723201130254437106
Binary110010101011011110011010010011100010101100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB79A; }

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

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

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

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

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

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

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

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