Html Css Color HEX #CC6D4F Red Damask

📋 copy color: '#CC6D4F'

red 204 ◦ green 109 ◦ blue 79

#CC6D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CC6D4F

Tints of Red Damask #CC6D4F

RGB

 RED value IS 204 (80.08% from 255) = 52.04%

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 79 (31.25% from 255) = 20.15%

R = 52.04%
G = 27.81%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC6D4F (or 0xCC6D4F) is known color: Red Damask. HEX triplet: CC, 6D and 4F. RGB value is (204,109,79). Sum of RGB (Red+Green+Blue) = 204+109+79=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D4F is #3392B0. Grayscale: #868686. Windows color (decimal): -3379889 or 5205452. OLE color: 5205452.

HSL color Cylindrical-coordinate representation of color #CC6D4F: hue angle of 14.4º 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 #CC6D4F is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 79 -
CMYK 0 0.47 0.61 0.2
HSL 14.4º 0.55% 0.55% -
HSV(B) 14.4º 0.61% 0.8% -
XYZ 31.78 24.34 10.42 -
YUV 133.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 204 109 79 0 0.47 0.61 0.2 14.4 0.55 0.55
Hex CC 6D 4F 0 2F 3D 14 E 37 37
Octal 314 155 117 0 57 75 24 16 67 67
Binary 11001100 1101101 1001111 0 101111 111101 10100 1110 110111 110111

Color Harmonies of #CC6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D4F

Black with #CC6D4F

Text Example


Text Example

White with #CC6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D4F; }

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

 H1.HeaderClassName
 {
   color: #CC6D4F;
 }
 .AnyTagClassName
 {
   color: #CC6D4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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