Html Css Color HEX #CC7174 Froly

📋 copy color: '#CC7174'

red 204 ◦ green 113 ◦ blue 116

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

Shades of Froly #CC7174

Tints of Froly #CC7174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 47.11%
G = 26.1%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7174 (or 0xCC7174) is known color: Froly. HEX triplet: CC, 71 and 74. RGB value is (204,113,116). Sum of RGB (Red+Green+Blue) = 204+113+116=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7174 is #338E8B. Grayscale: #8C8C8C. Windows color (decimal): -3378828 or 7631308. OLE color: 7631308.

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

Color convert

RGB 204 113 116 -
CMYK 0 0.45 0.43 0.2
HSL 358.02º 0.47% 0.62% -
HSV(B) 358.02º 0.45% 0.8% -
XYZ 33.96 25.91 19.73 -
YUV 140.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 204 113 116 0 0.45 0.43 0.2 358.02 0.47 0.62
Hex CC 71 74 0 2D 2B 14 166 2F 3E
Octal 314 161 164 0 55 53 24 546 57 76
Binary 11001100 1110001 1110100 0 101101 101011 10100 101100110 101111 111110

Color Harmonies of #CC7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7174

Black with #CC7174

Text Example


Text Example

White with #CC7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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