Html Css Color HEX #CE7382 Charm

📋 copy color: '#CE7382'

red 206 ◦ green 115 ◦ blue 130

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

Shades of Charm #CE7382

Tints of Charm #CE7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 45.68%
G = 25.5%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE7382 (or 0xCE7382) is known color: Charm. HEX triplet: CE, 73 and 82. RGB value is (206,115,130). Sum of RGB (Red+Green+Blue) = 206+115+130=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7382 is #318C7D. Grayscale: #8F8F8F. Windows color (decimal): -3247230 or 8549326. OLE color: 8549326.

HSL color Cylindrical-coordinate representation of color #CE7382: hue angle of 350.11º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7382 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 130 -
CMYK 0 0.44 0.37 0.19
HSL 350.11º 0.48% 0.63% -
HSV(B) 350.11º 0.44% 0.81% -
XYZ 35.61 26.99 24.45 -
YUV 143.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 206 115 130 0 0.44 0.37 0.19 350.11 0.48 0.63
Hex CE 73 82 0 2C 25 13 15E 30 3F
Octal 316 163 202 0 54 45 23 536 60 77
Binary 11001110 1110011 10000010 0 101100 100101 10011 101011110 110000 111111

Color Harmonies of #CE7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7382

Black with #CE7382

Text Example


Text Example

White with #CE7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7382; }

 p { color: rgb(206,115,130); }

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

background-color css

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

 a { background-color: rgb(206,115,130); }

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

border-color css

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

 span { border-color: rgb(206,115,130); }

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