Html Css Color HEX #CE7E92 Charm

📋 copy color: '#CE7E92'

red 206 ◦ green 126 ◦ blue 146

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

Shades of Charm #CE7E92

Tints of Charm #CE7E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.36%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 43.1%
G = 26.36%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE7E92 (or 0xCE7E92) is known color: Charm. HEX triplet: CE, 7E and 92. RGB value is (206,126,146). Sum of RGB (Red+Green+Blue) = 206+126+146=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E92 is #31816D. Grayscale: #989898. Windows color (decimal): -3244398 or 9600718. OLE color: 9600718.

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

Color convert

RGB 206 126 146 -
CMYK 0 0.39 0.29 0.19
HSL 345º 0.45% 0.65% -
HSV(B) 345º 0.39% 0.81% -
XYZ 38.1 30.12 31 -
YUV 152.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 206 126 146 0 0.39 0.29 0.19 345 0.45 0.65
Hex CE 7E 92 0 27 1D 13 159 2D 41
Octal 316 176 222 0 47 35 23 531 55 101
Binary 11001110 1111110 10010010 0 100111 11101 10011 101011001 101101 1000001

Color Harmonies of #CE7E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E92

Black with #CE7E92

Text Example


Text Example

White with #CE7E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E92; }

 p { color: rgb(206,126,146); }

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

background-color css

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

 a { background-color: rgb(206,126,146); }

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

border-color css

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

 span { border-color: rgb(206,126,146); }

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