Html Css Color HEX #CF7679 Froly

📋 copy color: '#CF7679'

red 207 ◦ green 118 ◦ blue 121

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

Shades of Froly #CF7679

Tints of Froly #CF7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 121 (47.66% from 255) = 27.13%

R = 46.41%
G = 26.46%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF7679 (or 0xCF7679) is known color: Froly. HEX triplet: CF, 76 and 79. RGB value is (207,118,121). Sum of RGB (Red+Green+Blue) = 207+118+121=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7679 is #308986. Grayscale: #919191. Windows color (decimal): -3180935 or 7960271. OLE color: 7960271.

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

Color convert

RGB 207 118 121 -
CMYK 0 0.43 0.42 0.19
HSL 357.98º 0.48% 0.64% -
HSV(B) 357.98º 0.43% 0.81% -
XYZ 35.66 27.6 21.54 -
YUV 144.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 207 118 121 0 0.43 0.42 0.19 357.98 0.48 0.64
Hex CF 76 79 0 2B 2A 13 166 30 40
Octal 317 166 171 0 53 52 23 546 60 100
Binary 11001111 1110110 1111001 0 101011 101010 10011 101100110 110000 1000000

Color Harmonies of #CF7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7679

Black with #CF7679

Text Example


Text Example

White with #CF7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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