#c0694b

Color #C0694B Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C0694B

Tints of Red Damask #C0694B

Color information

#C0694B (or 0xC0694B) is unknown color: approx Red Damask. HEX triplet: C0, 69 and 4B. RGB value is (192,105,75). Sum of RGB (Red+Green+Blue) = 192+105+75=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0694B is #3F96B4. Grayscale: #7F7F7F. Windows color (decimal): -4167349 or 4942272. OLE color: 4942272.

HSL color Cylindrical-coordinate representation of color #C0694B: hue angle of 15.38º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0694B is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19210575-
CMYK00.450.610.25
HSL15.38º48.15%52.35%-
HSV(B)15.38º60.94%75.29%-
XYZ28.0621.829.39-
YUV127.5998.32173.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=51.61%
G=28.23%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921057500.450.610.2515.3848.1552.35
HexC0694B02D3D19f3034
Octal3001511130557531176064
Binary11000000110100110010110101101111101110011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0694b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0694b; }

 p { color: rgb(192,105,75); }

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

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

 a { background-color: rgb(192,105,75); }

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

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

 span { border-color: rgb(192,105,75); }

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