Html Css Color HEX #CC714B Red Damask

📋 copy color: '#CC714B'

red 204 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #CC714B

Tints of Red Damask #CC714B

RGB

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

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

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

R = 52.04%
G = 28.83%
B = 19.13%

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

#CC714B (or 0xCC714B) is known color: Red Damask. HEX triplet: CC, 71 and 4B. RGB value is (204,113,75). Sum of RGB (Red+Green+Blue) = 204+113+75=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC714B is #338EB4. Grayscale: #888888. Windows color (decimal): -3378869 or 4944332. OLE color: 4944332.

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

Color convert

RGB 204 113 75 -
CMYK 0 0.45 0.63 0.2
HSL 17.67º 0.56% 0.55% -
HSV(B) 17.67º 0.63% 0.8% -
XYZ 32.08 25.16 9.82 -
YUV 135.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 204 113 75 0 0.45 0.63 0.2 17.67 0.56 0.55
Hex CC 71 4B 0 2D 3F 14 12 38 37
Octal 314 161 113 0 55 77 24 22 70 67
Binary 11001100 1110001 1001011 0 101101 111111 10100 10010 111000 110111

Color Harmonies of #CC714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC714B

Black with #CC714B

Text Example


Text Example

White with #CC714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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