Html Css Color HEX #CC7177 Froly

📋 copy color: '#CC7177'

red 204 ◦ green 113 ◦ blue 119

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

Shades of Froly #CC7177

Tints of Froly #CC7177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 46.79%
G = 25.92%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC7177 (or 0xCC7177) is known color: Froly. HEX triplet: CC, 71 and 77. RGB value is (204,113,119). Sum of RGB (Red+Green+Blue) = 204+113+119=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7177 is #338E88. Grayscale: #8C8C8C. Windows color (decimal): -3378825 or 7827916. OLE color: 7827916.

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

Color convert

RGB 204 113 119 -
CMYK 0 0.45 0.42 0.2
HSL 356.04º 0.47% 0.62% -
HSV(B) 356.04º 0.45% 0.8% -
XYZ 34.14 25.98 20.67 -
YUV 140.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 204 113 119 0 0.45 0.42 0.2 356.04 0.47 0.62
Hex CC 71 77 0 2D 2A 14 164 2F 3E
Octal 314 161 167 0 55 52 24 544 57 76
Binary 11001100 1110001 1110111 0 101101 101010 10100 101100100 101111 111110

Color Harmonies of #CC7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7177

Black with #CC7177

Text Example


Text Example

White with #CC7177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7177; }

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

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

background-color css

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

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

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

border-color css

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

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

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