#CAB693

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

Shades of Sour Dough #CAB693

Tints of Sour Dough #CAB693

Color information

#CAB693 (or 0xCAB693) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 93. RGB value is (202,182,147). Sum of RGB (Red+Green+Blue) = 202+182+147=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB693 is #35496C. Grayscale: #B8B8B8. Windows color (decimal): -3492205 or 9680586. OLE color: 9680586.

HSL color Cylindrical-coordinate representation of color #CAB693: hue angle of 38.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB693 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202182147-
CMYK00.100.270.21
HSL38.18º34.16%68.43%-
HSV(B)38.18º27.23%79.22%-
XYZ46.3548.1234.45-
YUV183.99107.13140.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=38.04%
G=34.27%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218214700.100.270.2138.1834.1668.43
HexCAB6930A1B15262244
Octal31226622301233254642104
Binary1100101010110110100100110101011011101011001101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB693; }

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

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

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

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

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

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

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

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