Html Css Color HEX #CF7174 Froly

📋 copy color: '#CF7174'

red 207 ◦ green 113 ◦ blue 116

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

Shades of Froly #CF7174

Tints of Froly #CF7174

RGB

 RED value IS 207 (81.25% from 255) = 47.48%

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

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

R = 47.48%
G = 25.92%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7174 (or 0xCF7174) is known color: Froly. HEX triplet: CF, 71 and 74. RGB value is (207,113,116). Sum of RGB (Red+Green+Blue) = 207+113+116=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7174 is #308E8B. Grayscale: #8D8D8D. Windows color (decimal): -3182220 or 7631311. OLE color: 7631311.

HSL color Cylindrical-coordinate representation of color #CF7174: hue angle of 358.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7174 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 116 -
CMYK 0 0.45 0.44 0.19
HSL 358.09º 0.49% 0.63% -
HSV(B) 358.09º 0.45% 0.81% -
XYZ 34.79 26.34 19.77 -
YUV 141.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 207 113 116 0 0.45 0.44 0.19 358.09 0.49 0.63
Hex CF 71 74 0 2D 2C 13 166 31 3F
Octal 317 161 164 0 55 54 23 546 61 77
Binary 11001111 1110001 1110100 0 101101 101100 10011 101100110 110001 111111

Color Harmonies of #CF7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7174

Black with #CF7174

Text Example


Text Example

White with #CF7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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