Html Css Color HEX #CE7D92 Charm

📋 copy color: '#CE7D92'

red 206 ◦ green 125 ◦ blue 146

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

Shades of Charm #CE7D92

Tints of Charm #CE7D92

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.21%

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

R = 43.19%
G = 26.21%
B = 30.61%

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

#CE7D92 (or 0xCE7D92) is known color: Charm. HEX triplet: CE, 7D and 92. RGB value is (206,125,146). Sum of RGB (Red+Green+Blue) = 206+125+146=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D92 is #31826D. Grayscale: #979797. Windows color (decimal): -3244654 or 9600462. OLE color: 9600462.

HSL color Cylindrical-coordinate representation of color #CE7D92: hue angle of 344.44º 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 #CE7D92 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 146 -
CMYK 0 0.39 0.29 0.19
HSL 344.44º 0.45% 0.65% -
HSV(B) 344.44º 0.39% 0.81% -
XYZ 37.98 29.86 30.96 -
YUV 151.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 206 125 146 0 0.39 0.29 0.19 344.44 0.45 0.65
Hex CE 7D 92 0 27 1D 13 158 2D 41
Octal 316 175 222 0 47 35 23 530 55 101
Binary 11001110 1111101 10010010 0 100111 11101 10011 101011000 101101 1000001

Color Harmonies of #CE7D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D92

Black with #CE7D92

Text Example


Text Example

White with #CE7D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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