Html Css Color HEX #CE777D Charm

📋 copy color: '#CE777D'

red 206 ◦ green 119 ◦ blue 125

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

Shades of Charm #CE777D

Tints of Charm #CE777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.44%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 45.78%
G = 26.44%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE777D (or 0xCE777D) is known color: Charm. HEX triplet: CE, 77 and 7D. RGB value is (206,119,125). Sum of RGB (Red+Green+Blue) = 206+119+125=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE777D is #318882. Grayscale: #919191. Windows color (decimal): -3246211 or 8222670. OLE color: 8222670.

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

Color convert

RGB 206 119 125 -
CMYK 0 0.42 0.39 0.19
HSL 355.86º 0.47% 0.64% -
HSV(B) 355.86º 0.42% 0.81% -
XYZ 35.75 27.8 22.88 -
YUV 145.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 206 119 125 0 0.42 0.39 0.19 355.86 0.47 0.64
Hex CE 77 7D 0 2A 27 13 164 2F 40
Octal 316 167 175 0 52 47 23 544 57 100
Binary 11001110 1110111 1111101 0 101010 100111 10011 101100100 101111 1000000

Color Harmonies of #CE777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE777D

Black with #CE777D

Text Example


Text Example

White with #CE777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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