Html Css Color HEX #CE7D84 Charm

📋 copy color: '#CE7D84'

red 206 ◦ green 125 ◦ blue 132

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

Shades of Charm #CE7D84

Tints of Charm #CE7D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 44.49%
G = 27%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE7D84 (or 0xCE7D84) is known color: Charm. HEX triplet: CE, 7D and 84. RGB value is (206,125,132). Sum of RGB (Red+Green+Blue) = 206+125+132=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7D84 is #31827B. Grayscale: #969696. Windows color (decimal): -3244668 or 8682958. OLE color: 8682958.

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

Color convert

RGB 206 125 132 -
CMYK 0 0.39 0.36 0.19
HSL 354.81º 0.45% 0.65% -
HSV(B) 354.81º 0.39% 0.81% -
XYZ 36.95 29.45 25.57 -
YUV 150.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 206 125 132 0 0.39 0.36 0.19 354.81 0.45 0.65
Hex CE 7D 84 0 27 24 13 163 2D 41
Octal 316 175 204 0 47 44 23 543 55 101
Binary 11001110 1111101 10000100 0 100111 100100 10011 101100011 101101 1000001

Color Harmonies of #CE7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D84

Black with #CE7D84

Text Example


Text Example

White with #CE7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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