Html Css Color HEX #CF6F71 Froly

📋 copy color: '#CF6F71'

red 207 ◦ green 111 ◦ blue 113

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

Shades of Froly #CF6F71

Tints of Froly #CF6F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.75%

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

R = 48.03%
G = 25.75%
B = 26.22%

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

#CF6F71 (or 0xCF6F71) is known color: Froly. HEX triplet: CF, 6F and 71. RGB value is (207,111,113). Sum of RGB (Red+Green+Blue) = 207+111+113=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F71 is #30908E. Grayscale: #8C8C8C. Windows color (decimal): -3182735 or 7434191. OLE color: 7434191.

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

Color convert

RGB 207 111 113 -
CMYK 0 0.46 0.45 0.19
HSL 358.75º 0.5% 0.62% -
HSV(B) 358.75º 0.46% 0.81% -
XYZ 34.4 25.83 18.79 -
YUV 139.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 207 111 113 0 0.46 0.45 0.19 358.75 0.5 0.62
Hex CF 6F 71 0 2E 2D 13 167 32 3E
Octal 317 157 161 0 56 55 23 547 62 76
Binary 11001111 1101111 1110001 0 101110 101101 10011 101100111 110010 111110

Color Harmonies of #CF6F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F71

Black with #CF6F71

Text Example


Text Example

White with #CF6F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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