#CAB69A

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

Shades of Sour Dough #CAB69A

Tints of Sour Dough #CAB69A

Color information

#CAB69A (or 0xCAB69A) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 9A. RGB value is (202,182,154). Sum of RGB (Red+Green+Blue) = 202+182+154=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB69A is #354965. Grayscale: #B8B8B8. Windows color (decimal): -3492198 or 10139338. OLE color: 10139338.

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

Color convert

RGB202182154-
CMYK00.100.240.21
HSL35º31.17%69.8%-
HSV(B)35º23.76%79.22%-
XYZ46.9248.3537.43-
YUV184.79110.63140.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=37.55%
G=33.83%
B=28.62%

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
Decimal20218215400.100.240.213531.1769.8
HexCAB69A0A1815231f46
Octal31226623201230254337106
Binary110010101011011010011010010101100010101100011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB69A; }

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

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

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

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

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

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

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

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