Html Css Color HEX #CF6E71 Froly

📋 copy color: '#CF6E71'

red 207 ◦ green 110 ◦ blue 113

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

Shades of Froly #CF6E71

Tints of Froly #CF6E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 48.14%
G = 25.58%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6E71 (or 0xCF6E71) is known color: Froly. HEX triplet: CF, 6E and 71. RGB value is (207,110,113). Sum of RGB (Red+Green+Blue) = 207+110+113=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E71 is #30918E. Grayscale: #8B8B8B. Windows color (decimal): -3182991 or 7433935. OLE color: 7433935.

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

Color convert

RGB 207 110 113 -
CMYK 0 0.47 0.45 0.19
HSL 358.14º 0.5% 0.62% -
HSV(B) 358.14º 0.47% 0.81% -
XYZ 34.29 25.61 18.76 -
YUV 139.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 207 110 113 0 0.47 0.45 0.19 358.14 0.5 0.62
Hex CF 6E 71 0 2F 2D 13 166 32 3E
Octal 317 156 161 0 57 55 23 546 62 76
Binary 11001111 1101110 1110001 0 101111 101101 10011 101100110 110010 111110

Color Harmonies of #CF6E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E71

Black with #CF6E71

Text Example


Text Example

White with #CF6E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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