Html Css Color HEX #CF7378 Froly

📋 copy color: '#CF7378'

red 207 ◦ green 115 ◦ blue 120

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

Shades of Froly #CF7378

Tints of Froly #CF7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

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

R = 46.83%
G = 26.02%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7378 (or 0xCF7378) is known color: Froly. HEX triplet: CF, 73 and 78. RGB value is (207,115,120). Sum of RGB (Red+Green+Blue) = 207+115+120=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7378 is #308C87. Grayscale: #8F8F8F. Windows color (decimal): -3181704 or 7893967. OLE color: 7893967.

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

Color convert

RGB 207 115 120 -
CMYK 0 0.44 0.42 0.19
HSL 356.74º 0.49% 0.63% -
HSV(B) 356.74º 0.44% 0.81% -
XYZ 35.25 26.88 21.1 -
YUV 143.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 207 115 120 0 0.44 0.42 0.19 356.74 0.49 0.63
Hex CF 73 78 0 2C 2A 13 165 31 3F
Octal 317 163 170 0 54 52 23 545 61 77
Binary 11001111 1110011 1111000 0 101100 101010 10011 101100101 110001 111111

Color Harmonies of #CF7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7378

Black with #CF7378

Text Example


Text Example

White with #CF7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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