Html Css Color HEX #CF7078 Froly

📋 copy color: '#CF7078'

red 207 ◦ green 112 ◦ blue 120

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

Shades of Froly #CF7078

Tints of Froly #CF7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 47.15%
G = 25.51%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7078 (or 0xCF7078) is known color: Froly. HEX triplet: CF, 70 and 78. RGB value is (207,112,120). Sum of RGB (Red+Green+Blue) = 207+112+120=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7078 is #308F87. Grayscale: #8D8D8D. Windows color (decimal): -3182472 or 7893199. OLE color: 7893199.

HSL color Cylindrical-coordinate representation of color #CF7078: hue angle of 354.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7078 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 120 -
CMYK 0 0.46 0.42 0.19
HSL 354.95º 0.5% 0.63% -
HSV(B) 354.95º 0.46% 0.81% -
XYZ 34.92 26.21 20.99 -
YUV 141.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 207 112 120 0 0.46 0.42 0.19 354.95 0.5 0.63
Hex CF 70 78 0 2E 2A 13 163 32 3F
Octal 317 160 170 0 56 52 23 543 62 77
Binary 11001111 1110000 1111000 0 101110 101010 10011 101100011 110010 111111

Color Harmonies of #CF7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7078

Black with #CF7078

Text Example


Text Example

White with #CF7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7078; }

 p { color: rgb(207,112,120); }

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

background-color css

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

 a { background-color: rgb(207,112,120); }

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

border-color css

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

 span { border-color: rgb(207,112,120); }

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