Html Css Color HEX #CF6F72 Froly

📋 copy color: '#CF6F72'

red 207 ◦ green 111 ◦ blue 114

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

Shades of Froly #CF6F72

Tints of Froly #CF6F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 47.92%
G = 25.69%
B = 26.39%

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

#CF6F72 (or 0xCF6F72) is known color: Froly. HEX triplet: CF, 6F and 72. RGB value is (207,111,114). Sum of RGB (Red+Green+Blue) = 207+111+114=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F72 is #30908D. Grayscale: #8C8C8C. Windows color (decimal): -3182734 or 7499727. OLE color: 7499727.

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

Color convert

RGB 207 111 114 -
CMYK 0 0.46 0.45 0.19
HSL 358.13º 0.5% 0.62% -
HSV(B) 358.13º 0.46% 0.81% -
XYZ 34.45 25.85 19.09 -
YUV 140.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 207 111 114 0 0.46 0.45 0.19 358.13 0.5 0.62
Hex CF 6F 72 0 2E 2D 13 166 32 3E
Octal 317 157 162 0 56 55 23 546 62 76
Binary 11001111 1101111 1110010 0 101110 101101 10011 101100110 110010 111110

Color Harmonies of #CF6F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F72

Black with #CF6F72

Text Example


Text Example

White with #CF6F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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