Html Css Color HEX #CE6A77 Froly

📋 copy color: '#CE6A77'

red 206 ◦ green 106 ◦ blue 119

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

Shades of Froly #CE6A77

Tints of Froly #CE6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 47.8%
G = 24.59%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6A77 (or 0xCE6A77) is known color: Froly. HEX triplet: CE, 6A and 77. RGB value is (206,106,119). Sum of RGB (Red+Green+Blue) = 206+106+119=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A77 is #319588. Grayscale: #898989. Windows color (decimal): -3249545 or 7826126. OLE color: 7826126.

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

Color convert

RGB 206 106 119 -
CMYK 0 0.49 0.42 0.19
HSL 352.2º 0.51% 0.61% -
HSV(B) 352.2º 0.49% 0.81% -
XYZ 33.94 24.76 20.44 -
YUV 137.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 206 106 119 0 0.49 0.42 0.19 352.2 0.51 0.61
Hex CE 6A 77 0 31 2A 13 160 33 3D
Octal 316 152 167 0 61 52 23 540 63 75
Binary 11001110 1101010 1110111 0 110001 101010 10011 101100000 110011 111101

Color Harmonies of #CE6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A77

Black with #CE6A77

Text Example


Text Example

White with #CE6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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