Html Css Color HEX #CF7678 Froly

📋 copy color: '#CF7678'

red 207 ◦ green 118 ◦ blue 120

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

Shades of Froly #CF7678

Tints of Froly #CF7678

RGB

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

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

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

R = 46.52%
G = 26.52%
B = 26.97%

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

#CF7678 (or 0xCF7678) is known color: Froly. HEX triplet: CF, 76 and 78. RGB value is (207,118,120). Sum of RGB (Red+Green+Blue) = 207+118+120=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7678 is #308987. Grayscale: #909090. Windows color (decimal): -3180936 or 7894735. OLE color: 7894735.

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

Color convert

RGB 207 118 120 -
CMYK 0 0.43 0.42 0.19
HSL 358.65º 0.48% 0.64% -
HSV(B) 358.65º 0.43% 0.81% -
XYZ 35.6 27.58 21.22 -
YUV 144.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 207 118 120 0 0.43 0.42 0.19 358.65 0.48 0.64
Hex CF 76 78 0 2B 2A 13 167 30 40
Octal 317 166 170 0 53 52 23 547 60 100
Binary 11001111 1110110 1111000 0 101011 101010 10011 101100111 110000 1000000

Color Harmonies of #CF7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7678

Black with #CF7678

Text Example


Text Example

White with #CF7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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