Html Css Color HEX #CF6E74 Froly

📋 copy color: '#CF6E74'

red 207 ◦ green 110 ◦ blue 116

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

Shades of Froly #CF6E74

Tints of Froly #CF6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

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

R = 47.81%
G = 25.4%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF6E74 (or 0xCF6E74) is known color: Froly. HEX triplet: CF, 6E and 74. RGB value is (207,110,116). Sum of RGB (Red+Green+Blue) = 207+110+116=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E74 is #30918B. Grayscale: #8B8B8B. Windows color (decimal): -3182988 or 7630543. OLE color: 7630543.

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

Color convert

RGB 207 110 116 -
CMYK 0 0.47 0.44 0.19
HSL 356.29º 0.5% 0.62% -
HSV(B) 356.29º 0.47% 0.81% -
XYZ 34.46 25.68 19.66 -
YUV 139.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 207 110 116 0 0.47 0.44 0.19 356.29 0.5 0.62
Hex CF 6E 74 0 2F 2C 13 164 32 3E
Octal 317 156 164 0 57 54 23 544 62 76
Binary 11001111 1101110 1110100 0 101111 101100 10011 101100100 110010 111110

Color Harmonies of #CF6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E74

Black with #CF6E74

Text Example


Text Example

White with #CF6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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