Html Css Color HEX #CE7682 Charm

📋 copy color: '#CE7682'

red 206 ◦ green 118 ◦ blue 130

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

Shades of Charm #CE7682

Tints of Charm #CE7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

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

R = 45.37%
G = 25.99%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE7682 (or 0xCE7682) is known color: Charm. HEX triplet: CE, 76 and 82. RGB value is (206,118,130). Sum of RGB (Red+Green+Blue) = 206+118+130=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7682 is #31897D. Grayscale: #919191. Windows color (decimal): -3246462 or 8550094. OLE color: 8550094.

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

Color convert

RGB 206 118 130 -
CMYK 0 0.43 0.37 0.19
HSL 351.82º 0.47% 0.64% -
HSV(B) 351.82º 0.43% 0.81% -
XYZ 35.96 27.69 24.57 -
YUV 145.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 206 118 130 0 0.43 0.37 0.19 351.82 0.47 0.64
Hex CE 76 82 0 2B 25 13 160 2F 40
Octal 316 166 202 0 53 45 23 540 57 100
Binary 11001110 1110110 10000010 0 101011 100101 10011 101100000 101111 1000000

Color Harmonies of #CE7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7682

Black with #CE7682

Text Example


Text Example

White with #CE7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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