Html Css Color HEX #CF6877 Froly

📋 copy color: '#CF6877'

red 207 ◦ green 104 ◦ blue 119

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

Shades of Froly #CF6877

Tints of Froly #CF6877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 48.14%
G = 24.19%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF6877 (or 0xCF6877) is known color: Froly. HEX triplet: CF, 68 and 77. RGB value is (207,104,119). Sum of RGB (Red+Green+Blue) = 207+104+119=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6877 is #309788. Grayscale: #888888. Windows color (decimal): -3184521 or 7825615. OLE color: 7825615.

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

Color convert

RGB 207 104 119 -
CMYK 0 0.50 0.43 0.19
HSL 351.26º 0.52% 0.61% -
HSV(B) 351.26º 0.5% 0.81% -
XYZ 34.01 24.5 20.39 -
YUV 136.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 207 104 119 0 0.50 0.43 0.19 351.26 0.52 0.61
Hex CF 68 77 0 32 2B 13 15F 34 3D
Octal 317 150 167 0 62 53 23 537 64 75
Binary 11001111 1101000 1110111 0 110010 101011 10011 101011111 110100 111101

Color Harmonies of #CF6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6877

Black with #CF6877

Text Example


Text Example

White with #CF6877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6877; }

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

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

background-color css

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

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

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

border-color css

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

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

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