Html Css Color HEX #CC714C Red Damask

📋 copy color: '#CC714C'

red 204 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #CC714C

Tints of Red Damask #CC714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 51.91%
G = 28.75%
B = 19.34%

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

#CC714C (or 0xCC714C) is known color: Red Damask. HEX triplet: CC, 71 and 4C. RGB value is (204,113,76). Sum of RGB (Red+Green+Blue) = 204+113+76=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC714C is #338EB3. Grayscale: #888888. Windows color (decimal): -3378868 or 5009868. OLE color: 5009868.

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

Color convert

RGB 204 113 76 -
CMYK 0 0.45 0.63 0.2
HSL 17.34º 0.56% 0.55% -
HSV(B) 17.34º 0.63% 0.8% -
XYZ 32.11 25.17 10 -
YUV 135.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 204 113 76 0 0.45 0.63 0.2 17.34 0.56 0.55
Hex CC 71 4C 0 2D 3F 14 11 38 37
Octal 314 161 114 0 55 77 24 21 70 67
Binary 11001100 1110001 1001100 0 101101 111111 10100 10001 111000 110111

Color Harmonies of #CC714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC714C

Black with #CC714C

Text Example


Text Example

White with #CC714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC714C; }

 p { color: rgb(204,113,76); }

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

background-color css

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

 a { background-color: rgb(204,113,76); }

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

border-color css

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

 span { border-color: rgb(204,113,76); }

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