#C0694D

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

Shades of Red Damask #C0694D

Tints of Red Damask #C0694D

Color information

#C0694D (or 0xC0694D) is unknown color: approx Red Damask. HEX triplet: C0, 69 and 4D. RGB value is (192,105,77). Sum of RGB (Red+Green+Blue) = 192+105+77=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0694D is #3F96B2. Grayscale: #808080. Windows color (decimal): -4167347 or 5073344. OLE color: 5073344.

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

Color convert

RGB19210577-
CMYK00.450.600.25
HSL14.61º47.72%52.75%-
HSV(B)14.61º59.9%75.29%-
XYZ28.1321.859.76-
YUV127.8299.32173.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=51.34%
G=28.07%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921057700.450.600.2514.6147.7252.75
HexC0694D02D3C19f3035
Octal3001511150557431176065
Binary11000000110100110011010101101111100110011111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0694D; }

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

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

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

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

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

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

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

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