Html Css Color HEX #CC6C4A Red Damask

📋 copy color: '#CC6C4A'

red 204 ◦ green 108 ◦ blue 74

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

Shades of Red Damask #CC6C4A

Tints of Red Damask #CC6C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 52.85%
G = 27.98%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC6C4A (or 0xCC6C4A) is known color: Red Damask. HEX triplet: CC, 6C and 4A. RGB value is (204,108,74). Sum of RGB (Red+Green+Blue) = 204+108+74=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C4A is #3393B5. Grayscale: #858585. Windows color (decimal): -3380150 or 4877516. OLE color: 4877516.

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

Color convert

RGB 204 108 74 -
CMYK 0 0.47 0.64 0.2
HSL 15.69º 0.56% 0.55% -
HSV(B) 15.69º 0.64% 0.8% -
XYZ 31.5 24.06 9.46 -
YUV 132.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 204 108 74 0 0.47 0.64 0.2 15.69 0.56 0.55
Hex CC 6C 4A 0 2F 40 14 10 38 37
Octal 314 154 112 0 57 100 24 20 70 67
Binary 11001100 1101100 1001010 0 101111 1000000 10100 10000 111000 110111

Color Harmonies of #CC6C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C4A

Black with #CC6C4A

Text Example


Text Example

White with #CC6C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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