#CC694A

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

Shades of Red Damask #CC694A

Tints of Red Damask #CC694A

Color information

#CC694A (or 0xCC694A) is unknown color: approx Red Damask. HEX triplet: CC, 69 and 4A. RGB value is (204,105,74). Sum of RGB (Red+Green+Blue) = 204+105+74=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC694A is #3396B5. Grayscale: #838383. Windows color (decimal): -3380918 or 4876748. OLE color: 4876748.

HSL color Cylindrical-coordinate representation of color #CC694A: hue angle of 14.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC694A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20410574-
CMYK00.490.640.2
HSL14.31º56.03%54.51%-
HSV(B)14.31º63.73%80%-
XYZ31.1923.439.36-
YUV131.0795.8180.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=53.26%
G=27.42%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041057400.490.640.214.3156.0354.51
HexCC694A0314014e3837
Octal31415111206110024167067
Binary110011001101001100101001100011000000101001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC694A; }

 p { color: rgb(204,105,74); }

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

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

 a { background-color: rgb(204,105,74); }

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

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

 span { border-color: rgb(204,105,74); }

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