Html Css Color HEX #CF7376 Froly

📋 copy color: '#CF7376'

red 207 ◦ green 115 ◦ blue 118

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

Shades of Froly #CF7376

Tints of Froly #CF7376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 47.05%
G = 26.14%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF7376 (or 0xCF7376) is known color: Froly. HEX triplet: CF, 73 and 76. RGB value is (207,115,118). Sum of RGB (Red+Green+Blue) = 207+115+118=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7376 is #308C89. Grayscale: #8E8E8E. Windows color (decimal): -3181706 or 7762895. OLE color: 7762895.

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

Color convert

RGB 207 115 118 -
CMYK 0 0.44 0.43 0.19
HSL 358.04º 0.49% 0.63% -
HSV(B) 358.04º 0.44% 0.81% -
XYZ 35.13 26.83 20.47 -
YUV 142.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 207 115 118 0 0.44 0.43 0.19 358.04 0.49 0.63
Hex CF 73 76 0 2C 2B 13 166 31 3F
Octal 317 163 166 0 54 53 23 546 61 77
Binary 11001111 1110011 1110110 0 101100 101011 10011 101100110 110001 111111

Color Harmonies of #CF7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7376

Black with #CF7376

Text Example


Text Example

White with #CF7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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