Html Css Color HEX #CC704B Red Damask

📋 copy color: '#CC704B'

red 204 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #CC704B

Tints of Red Damask #CC704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 52.17%
G = 28.64%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC704B (or 0xCC704B) is known color: Red Damask. HEX triplet: CC, 70 and 4B. RGB value is (204,112,75). Sum of RGB (Red+Green+Blue) = 204+112+75=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC704B is #338FB4. Grayscale: #878787. Windows color (decimal): -3379125 or 4944076. OLE color: 4944076.

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

Color convert

RGB 204 112 75 -
CMYK 0 0.45 0.63 0.2
HSL 17.21º 0.56% 0.55% -
HSV(B) 17.21º 0.63% 0.8% -
XYZ 31.97 24.93 9.78 -
YUV 135.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 204 112 75 0 0.45 0.63 0.2 17.21 0.56 0.55
Hex CC 70 4B 0 2D 3F 14 11 38 37
Octal 314 160 113 0 55 77 24 21 70 67
Binary 11001100 1110000 1001011 0 101101 111111 10100 10001 111000 110111

Color Harmonies of #CC704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC704B

Black with #CC704B

Text Example


Text Example

White with #CC704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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