Html Css Color HEX #CE6F77 Froly

📋 copy color: '#CE6F77'

red 206 ◦ green 111 ◦ blue 119

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

Shades of Froly #CE6F77

Tints of Froly #CE6F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 47.25%
G = 25.46%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6F77 (or 0xCE6F77) is known color: Froly. HEX triplet: CE, 6F and 77. RGB value is (206,111,119). Sum of RGB (Red+Green+Blue) = 206+111+119=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F77 is #319088. Grayscale: #8C8C8C. Windows color (decimal): -3248265 or 7827406. OLE color: 7827406.

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

Color convert

RGB 206 111 119 -
CMYK 0 0.46 0.42 0.19
HSL 354.95º 0.49% 0.62% -
HSV(B) 354.95º 0.46% 0.81% -
XYZ 34.47 25.82 20.62 -
YUV 140.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 206 111 119 0 0.46 0.42 0.19 354.95 0.49 0.62
Hex CE 6F 77 0 2E 2A 13 163 31 3E
Octal 316 157 167 0 56 52 23 543 61 76
Binary 11001110 1101111 1110111 0 101110 101010 10011 101100011 110001 111110

Color Harmonies of #CE6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F77

Black with #CE6F77

Text Example


Text Example

White with #CE6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F77; }

 p { color: rgb(206,111,119); }

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

background-color css

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

 a { background-color: rgb(206,111,119); }

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

border-color css

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

 span { border-color: rgb(206,111,119); }

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