Html Css Color HEX #CC7176 Froly

📋 copy color: '#CC7176'

red 204 ◦ green 113 ◦ blue 118

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

Shades of Froly #CC7176

Tints of Froly #CC7176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 46.9%
G = 25.98%
B = 27.13%

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

#CC7176 (or 0xCC7176) is known color: Froly. HEX triplet: CC, 71 and 76. RGB value is (204,113,118). Sum of RGB (Red+Green+Blue) = 204+113+118=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7176 is #338E89. Grayscale: #8C8C8C. Windows color (decimal): -3378826 or 7762380. OLE color: 7762380.

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

Color convert

RGB 204 113 118 -
CMYK 0 0.45 0.42 0.2
HSL 356.7º 0.47% 0.62% -
HSV(B) 356.7º 0.45% 0.8% -
XYZ 34.08 25.96 20.35 -
YUV 140.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 204 113 118 0 0.45 0.42 0.2 356.7 0.47 0.62
Hex CC 71 76 0 2D 2A 14 165 2F 3E
Octal 314 161 166 0 55 52 24 545 57 76
Binary 11001100 1110001 1110110 0 101101 101010 10100 101100101 101111 111110

Color Harmonies of #CC7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7176

Black with #CC7176

Text Example


Text Example

White with #CC7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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