Html Css Color HEX #CF6874 Froly

📋 copy color: '#CF6874'

red 207 ◦ green 104 ◦ blue 116

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

Shades of Froly #CF6874

Tints of Froly #CF6874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 48.48%
G = 24.36%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF6874 (or 0xCF6874) is known color: Froly. HEX triplet: CF, 68 and 74. RGB value is (207,104,116). Sum of RGB (Red+Green+Blue) = 207+104+116=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6874 is #30978B. Grayscale: #888888. Windows color (decimal): -3184524 or 7629007. OLE color: 7629007.

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

Color convert

RGB 207 104 116 -
CMYK 0 0.50 0.44 0.19
HSL 353.01º 0.52% 0.61% -
HSV(B) 353.01º 0.5% 0.81% -
XYZ 33.83 24.43 19.45 -
YUV 136.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 207 104 116 0 0.50 0.44 0.19 353.01 0.52 0.61
Hex CF 68 74 0 32 2C 13 161 34 3D
Octal 317 150 164 0 62 54 23 541 64 75
Binary 11001111 1101000 1110100 0 110010 101100 10011 101100001 110100 111101

Color Harmonies of #CF6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6874

Black with #CF6874

Text Example


Text Example

White with #CF6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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