Html Css Color HEX #CF6871 Froly

📋 copy color: '#CF6871'

red 207 ◦ green 104 ◦ blue 113

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

Shades of Froly #CF6871

Tints of Froly #CF6871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 48.82%
G = 24.53%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6871 (or 0xCF6871) is known color: Froly. HEX triplet: CF, 68 and 71. RGB value is (207,104,113). Sum of RGB (Red+Green+Blue) = 207+104+113=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6871 is #30978E. Grayscale: #878787. Windows color (decimal): -3184527 or 7432399. OLE color: 7432399.

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

Color convert

RGB 207 104 113 -
CMYK 0 0.50 0.45 0.19
HSL 354.76º 0.52% 0.61% -
HSV(B) 354.76º 0.5% 0.81% -
XYZ 33.66 24.36 18.55 -
YUV 135.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 207 104 113 0 0.50 0.45 0.19 354.76 0.52 0.61
Hex CF 68 71 0 32 2D 13 163 34 3D
Octal 317 150 161 0 62 55 23 543 64 75
Binary 11001111 1101000 1110001 0 110010 101101 10011 101100011 110100 111101

Color Harmonies of #CF6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6871

Black with #CF6871

Text Example


Text Example

White with #CF6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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