#CAB694

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

Shades of Sour Dough #CAB694

Tints of Sour Dough #CAB694

Color information

#CAB694 (or 0xCAB694) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 94. RGB value is (202,182,148). Sum of RGB (Red+Green+Blue) = 202+182+148=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB694 is #35496B. Grayscale: #B8B8B8. Windows color (decimal): -3492204 or 9746122. OLE color: 9746122.

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

Color convert

RGB202182148-
CMYK00.100.270.21
HSL37.78º33.75%68.63%-
HSV(B)37.78º26.73%79.22%-
XYZ46.4348.1534.86-
YUV184.1107.63140.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=37.97%
G=34.21%
B=27.82%

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
Decimal20218214800.100.270.2137.7833.7568.63
HexCAB6940A1B15262245
Octal31226622401233254642105
Binary1100101010110110100101000101011011101011001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB694; }

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

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

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

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

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

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

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

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