#CC684F

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

Shades of Red Damask #CC684F

Tints of Red Damask #CC684F

Color information

#CC684F (or 0xCC684F) is unknown color: approx Red Damask. HEX triplet: CC, 68 and 4F. RGB value is (204,104,79). Sum of RGB (Red+Green+Blue) = 204+104+79=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC684F is #3397B0. Grayscale: #838383. Windows color (decimal): -3381169 or 5204172. OLE color: 5204172.

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

Color convert

RGB20410479-
CMYK00.490.610.2
HSL12º55.07%55.49%-
HSV(B)12º61.27%80%-
XYZ31.2623.310.25-
YUV131.0598.63180.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=52.71%
G=26.87%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041047900.490.610.21255.0755.49
HexCC684F0313D14c3737
Octal3141501170617524146767
Binary11001100110100010011110110001111101101001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC684F; }

 p { color: rgb(204,104,79); }

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

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

 a { background-color: rgb(204,104,79); }

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

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

 span { border-color: rgb(204,104,79); }

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