Html Css Color HEX #CF6977 Froly

📋 copy color: '#CF6977'

red 207 ◦ green 105 ◦ blue 119

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

Shades of Froly #CF6977

Tints of Froly #CF6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 48.03%
G = 24.36%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6977 (or 0xCF6977) is known color: Froly. HEX triplet: CF, 69 and 77. RGB value is (207,105,119). Sum of RGB (Red+Green+Blue) = 207+105+119=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6977 is #309688. Grayscale: #898989. Windows color (decimal): -3184265 or 7825871. OLE color: 7825871.

HSL color Cylindrical-coordinate representation of color #CF6977: hue angle of 351.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6977 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 119 -
CMYK 0 0.49 0.43 0.19
HSL 351.76º 0.52% 0.61% -
HSV(B) 351.76º 0.49% 0.81% -
XYZ 34.11 24.7 20.42 -
YUV 137.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 207 105 119 0 0.49 0.43 0.19 351.76 0.52 0.61
Hex CF 69 77 0 31 2B 13 160 34 3D
Octal 317 151 167 0 61 53 23 540 64 75
Binary 11001111 1101001 1110111 0 110001 101011 10011 101100000 110100 111101

Color Harmonies of #CF6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6977

Black with #CF6977

Text Example


Text Example

White with #CF6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6977; }

 p { color: rgb(207,105,119); }

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

background-color css

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

 a { background-color: rgb(207,105,119); }

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

border-color css

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

 span { border-color: rgb(207,105,119); }

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