Html Css Color HEX #CC6742 Red Damask

📋 copy color: '#CC6742'

red 204 ◦ green 103 ◦ blue 66

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

Shades of Red Damask #CC6742

Tints of Red Damask #CC6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 54.69%
G = 27.61%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6742 (or 0xCC6742) is known color: Red Damask. HEX triplet: CC, 67 and 42. RGB value is (204,103,66). Sum of RGB (Red+Green+Blue) = 204+103+66=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6742 is #3398BD. Grayscale: #818181. Windows color (decimal): -3381438 or 4351948. OLE color: 4351948.

HSL color Cylindrical-coordinate representation of color #CC6742: hue angle of 16.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6742 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 66 -
CMYK 0 0.50 0.68 0.2
HSL 16.09º 0.58% 0.53% -
HSV(B) 16.09º 0.68% 0.8% -
XYZ 30.74 22.93 7.96 -
YUV 128.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 204 103 66 0 0.50 0.68 0.2 16.09 0.58 0.53
Hex CC 67 42 0 32 44 14 10 3A 35
Octal 314 147 102 0 62 104 24 20 72 65
Binary 11001100 1100111 1000010 0 110010 1000100 10100 10000 111010 110101

Color Harmonies of #CC6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6742

Black with #CC6742

Text Example


Text Example

White with #CC6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6742; }

 p { color: rgb(204,103,66); }

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

background-color css

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

 a { background-color: rgb(204,103,66); }

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

border-color css

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

 span { border-color: rgb(204,103,66); }

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