Html Css Color HEX #CC704A Red Damask

📋 copy color: '#CC704A'

red 204 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #CC704A

Tints of Red Damask #CC704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 52.31%
G = 28.72%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC704A (or 0xCC704A) is known color: Red Damask. HEX triplet: CC, 70 and 4A. RGB value is (204,112,74). Sum of RGB (Red+Green+Blue) = 204+112+74=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC704A is #338FB5. Grayscale: #878787. Windows color (decimal): -3379126 or 4878540. OLE color: 4878540.

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

Color convert

RGB 204 112 74 -
CMYK 0 0.45 0.64 0.2
HSL 17.54º 0.56% 0.55% -
HSV(B) 17.54º 0.64% 0.8% -
XYZ 31.93 24.92 9.61 -
YUV 135.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 204 112 74 0 0.45 0.64 0.2 17.54 0.56 0.55
Hex CC 70 4A 0 2D 40 14 12 38 37
Octal 314 160 112 0 55 100 24 22 70 67
Binary 11001100 1110000 1001010 0 101101 1000000 10100 10010 111000 110111

Color Harmonies of #CC704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC704A

Black with #CC704A

Text Example


Text Example

White with #CC704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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