Html Css Color HEX #CE7982 Charm

📋 copy color: '#CE7982'

red 206 ◦ green 121 ◦ blue 130

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

Shades of Charm #CE7982

Tints of Charm #CE7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 45.08%
G = 26.48%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE7982 (or 0xCE7982) is known color: Charm. HEX triplet: CE, 79 and 82. RGB value is (206,121,130). Sum of RGB (Red+Green+Blue) = 206+121+130=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7982 is #31867D. Grayscale: #939393. Windows color (decimal): -3245694 or 8550862. OLE color: 8550862.

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

Color convert

RGB 206 121 130 -
CMYK 0 0.41 0.37 0.19
HSL 353.65º 0.46% 0.64% -
HSV(B) 353.65º 0.41% 0.81% -
XYZ 36.32 28.41 24.69 -
YUV 147.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 206 121 130 0 0.41 0.37 0.19 353.65 0.46 0.64
Hex CE 79 82 0 29 25 13 162 2E 40
Octal 316 171 202 0 51 45 23 542 56 100
Binary 11001110 1111001 10000010 0 101001 100101 10011 101100010 101110 1000000

Color Harmonies of #CE7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7982

Black with #CE7982

Text Example


Text Example

White with #CE7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7982; }

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

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

background-color css

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

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

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

border-color css

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

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

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