Html Css Color HEX #CF7071 Froly

📋 copy color: '#CF7071'

red 207 ◦ green 112 ◦ blue 113

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

Shades of Froly #CF7071

Tints of Froly #CF7071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 47.92%
G = 25.93%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7071 (or 0xCF7071) is known color: Froly. HEX triplet: CF, 70 and 71. RGB value is (207,112,113). Sum of RGB (Red+Green+Blue) = 207+112+113=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7071 is #308F8E. Grayscale: #8C8C8C. Windows color (decimal): -3182479 or 7434447. OLE color: 7434447.

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

Color convert

RGB 207 112 113 -
CMYK 0 0.46 0.45 0.19
HSL 359.37º 0.5% 0.63% -
HSV(B) 359.37º 0.46% 0.81% -
XYZ 34.51 26.05 18.83 -
YUV 140.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 207 112 113 0 0.46 0.45 0.19 359.37 0.5 0.63
Hex CF 70 71 0 2E 2D 13 167 32 3F
Octal 317 160 161 0 56 55 23 547 62 77
Binary 11001111 1110000 1110001 0 101110 101101 10011 101100111 110010 111111

Color Harmonies of #CF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7071

Black with #CF7071

Text Example


Text Example

White with #CF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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