Html Css Color HEX #CE7582 Charm

📋 copy color: '#CE7582'

red 206 ◦ green 117 ◦ blue 130

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

Shades of Charm #CE7582

Tints of Charm #CE7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 45.47%
G = 25.83%
B = 28.7%

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

#CE7582 (or 0xCE7582) is known color: Charm. HEX triplet: CE, 75 and 82. RGB value is (206,117,130). Sum of RGB (Red+Green+Blue) = 206+117+130=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7582 is #318A7D. Grayscale: #919191. Windows color (decimal): -3246718 or 8549838. OLE color: 8549838.

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

Color convert

RGB 206 117 130 -
CMYK 0 0.43 0.37 0.19
HSL 351.24º 0.48% 0.63% -
HSV(B) 351.24º 0.43% 0.81% -
XYZ 35.84 27.46 24.53 -
YUV 145.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 206 117 130 0 0.43 0.37 0.19 351.24 0.48 0.63
Hex CE 75 82 0 2B 25 13 15F 30 3F
Octal 316 165 202 0 53 45 23 537 60 77
Binary 11001110 1110101 10000010 0 101011 100101 10011 101011111 110000 111111

Color Harmonies of #CE7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7582

Black with #CE7582

Text Example


Text Example

White with #CE7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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