Html Css Color HEX #CF6F76 Froly

📋 copy color: '#CF6F76'

red 207 ◦ green 111 ◦ blue 118

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

Shades of Froly #CF6F76

Tints of Froly #CF6F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 47.48%
G = 25.46%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6F76 (or 0xCF6F76) is known color: Froly. HEX triplet: CF, 6F and 76. RGB value is (207,111,118). Sum of RGB (Red+Green+Blue) = 207+111+118=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F76 is #309089. Grayscale: #8C8C8C. Windows color (decimal): -3182730 or 7761871. OLE color: 7761871.

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

Color convert

RGB 207 111 118 -
CMYK 0 0.46 0.43 0.19
HSL 355.63º 0.5% 0.62% -
HSV(B) 355.63º 0.46% 0.81% -
XYZ 34.69 25.94 20.32 -
YUV 140.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 207 111 118 0 0.46 0.43 0.19 355.63 0.5 0.62
Hex CF 6F 76 0 2E 2B 13 164 32 3E
Octal 317 157 166 0 56 53 23 544 62 76
Binary 11001111 1101111 1110110 0 101110 101011 10011 101100100 110010 111110

Color Harmonies of #CF6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F76

Black with #CF6F76

Text Example


Text Example

White with #CF6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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