Html Css Color HEX #CF6872 Froly

📋 copy color: '#CF6872'

red 207 ◦ green 104 ◦ blue 114

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

Shades of Froly #CF6872

Tints of Froly #CF6872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 48.71%
G = 24.47%
B = 26.82%

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

#CF6872 (or 0xCF6872) is known color: Froly. HEX triplet: CF, 68 and 72. RGB value is (207,104,114). Sum of RGB (Red+Green+Blue) = 207+104+114=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6872 is #30978D. Grayscale: #888888. Windows color (decimal): -3184526 or 7497935. OLE color: 7497935.

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

Color convert

RGB 207 104 114 -
CMYK 0 0.50 0.45 0.19
HSL 354.17º 0.52% 0.61% -
HSV(B) 354.17º 0.5% 0.81% -
XYZ 33.72 24.38 18.85 -
YUV 135.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 207 104 114 0 0.50 0.45 0.19 354.17 0.52 0.61
Hex CF 68 72 0 32 2D 13 162 34 3D
Octal 317 150 162 0 62 55 23 542 64 75
Binary 11001111 1101000 1110010 0 110010 101101 10011 101100010 110100 111101

Color Harmonies of #CF6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6872

Black with #CF6872

Text Example


Text Example

White with #CF6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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