Html Css Color HEX #CE7678 Froly

📋 copy color: '#CE7678'

red 206 ◦ green 118 ◦ blue 120

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

Shades of Froly #CE7678

Tints of Froly #CE7678

RGB

 RED value IS 206 (80.86% from 255) = 46.4%

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

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

R = 46.4%
G = 26.58%
B = 27.03%

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

#CE7678 (or 0xCE7678) is known color: Froly. HEX triplet: CE, 76 and 78. RGB value is (206,118,120). Sum of RGB (Red+Green+Blue) = 206+118+120=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7678 is #318987. Grayscale: #909090. Windows color (decimal): -3246472 or 7894734. OLE color: 7894734.

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

Color convert

RGB 206 118 120 -
CMYK 0 0.43 0.42 0.19
HSL 358.64º 0.47% 0.64% -
HSV(B) 358.64º 0.43% 0.81% -
XYZ 35.32 27.43 21.2 -
YUV 144.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 206 118 120 0 0.43 0.42 0.19 358.64 0.47 0.64
Hex CE 76 78 0 2B 2A 13 167 2F 40
Octal 316 166 170 0 53 52 23 547 57 100
Binary 11001110 1110110 1111000 0 101011 101010 10011 101100111 101111 1000000

Color Harmonies of #CE7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7678

Black with #CE7678

Text Example


Text Example

White with #CE7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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