Html Css Color HEX #CF6876 Froly

📋 copy color: '#CF6876'

red 207 ◦ green 104 ◦ blue 118

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

Shades of Froly #CF6876

Tints of Froly #CF6876

RGB

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

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

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

R = 48.25%
G = 24.24%
B = 27.51%

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

#CF6876 (or 0xCF6876) is known color: Froly. HEX triplet: CF, 68 and 76. RGB value is (207,104,118). Sum of RGB (Red+Green+Blue) = 207+104+118=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6876 is #309789. Grayscale: #888888. Windows color (decimal): -3184522 or 7760079. OLE color: 7760079.

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

Color convert

RGB 207 104 118 -
CMYK 0 0.50 0.43 0.19
HSL 351.84º 0.52% 0.61% -
HSV(B) 351.84º 0.5% 0.81% -
XYZ 33.95 24.47 20.07 -
YUV 136.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 207 104 118 0 0.50 0.43 0.19 351.84 0.52 0.61
Hex CF 68 76 0 32 2B 13 160 34 3D
Octal 317 150 166 0 62 53 23 540 64 75
Binary 11001111 1101000 1110110 0 110010 101011 10011 101100000 110100 111101

Color Harmonies of #CF6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6876

Black with #CF6876

Text Example


Text Example

White with #CF6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6876; }

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

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

background-color css

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

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

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

border-color css

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

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

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