#CAB59A

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

Shades of Sour Dough #CAB59A

Tints of Sour Dough #CAB59A

Color information

#CAB59A (or 0xCAB59A) is unknown color: approx Sour Dough. HEX triplet: CA, B5 and 9A. RGB value is (202,181,154). Sum of RGB (Red+Green+Blue) = 202+181+154=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB59A is #354A65. Grayscale: #B8B8B8. Windows color (decimal): -3492454 or 10139082. OLE color: 10139082.

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

Color convert

RGB202181154-
CMYK00.100.240.21
HSL33.75º31.17%69.8%-
HSV(B)33.75º23.76%79.22%-
XYZ46.7147.9437.36-
YUV184.2110.96140.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=37.62%
G=33.71%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218115400.100.240.2133.7531.1769.8
HexCAB59A0A1815221f46
Octal31226523201230254237106
Binary110010101011010110011010010101100010101100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB59A; }

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

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

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

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

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

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

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

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