Html Css Color HEX #CF7074 Froly

📋 copy color: '#CF7074'

red 207 ◦ green 112 ◦ blue 116

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

Shades of Froly #CF7074

Tints of Froly #CF7074

RGB

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

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

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

R = 47.59%
G = 25.75%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7074 (or 0xCF7074) is known color: Froly. HEX triplet: CF, 70 and 74. RGB value is (207,112,116). Sum of RGB (Red+Green+Blue) = 207+112+116=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7074 is #308F8B. Grayscale: #8C8C8C. Windows color (decimal): -3182476 or 7631055. OLE color: 7631055.

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

Color convert

RGB 207 112 116 -
CMYK 0 0.46 0.44 0.19
HSL 357.47º 0.5% 0.63% -
HSV(B) 357.47º 0.46% 0.81% -
XYZ 34.68 26.11 19.74 -
YUV 140.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 207 112 116 0 0.46 0.44 0.19 357.47 0.5 0.63
Hex CF 70 74 0 2E 2C 13 165 32 3F
Octal 317 160 164 0 56 54 23 545 62 77
Binary 11001111 1110000 1110100 0 101110 101100 10011 101100101 110010 111111

Color Harmonies of #CF7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7074

Black with #CF7074

Text Example


Text Example

White with #CF7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7074; }

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

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

background-color css

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

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

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

border-color css

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

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

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