Html Css Color HEX #CC7071 Froly

📋 copy color: '#CC7071'

red 204 ◦ green 112 ◦ blue 113

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

Shades of Froly #CC7071

Tints of Froly #CC7071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 47.55%
G = 26.11%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC7071 (or 0xCC7071) is known color: Froly. HEX triplet: CC, 70 and 71. RGB value is (204,112,113). Sum of RGB (Red+Green+Blue) = 204+112+113=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7071 is #338F8E. Grayscale: #8B8B8B. Windows color (decimal): -3379087 or 7434444. OLE color: 7434444.

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

Color convert

RGB 204 112 113 -
CMYK 0 0.45 0.45 0.2
HSL 359.35º 0.47% 0.62% -
HSV(B) 359.35º 0.45% 0.8% -
XYZ 33.68 25.62 18.79 -
YUV 139.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 204 112 113 0 0.45 0.45 0.2 359.35 0.47 0.62
Hex CC 70 71 0 2D 2D 14 167 2F 3E
Octal 314 160 161 0 55 55 24 547 57 76
Binary 11001100 1110000 1110001 0 101101 101101 10100 101100111 101111 111110

Color Harmonies of #CC7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7071

Black with #CC7071

Text Example


Text Example

White with #CC7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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