Html Css Color HEX #CE7081 Charm

📋 copy color: '#CE7081'

red 206 ◦ green 112 ◦ blue 129

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

Shades of Charm #CE7081

Tints of Charm #CE7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 46.09%
G = 25.06%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE7081 (or 0xCE7081) is known color: Charm. HEX triplet: CE, 70 and 81. RGB value is (206,112,129). Sum of RGB (Red+Green+Blue) = 206+112+129=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7081 is #318F7E. Grayscale: #8E8E8E. Windows color (decimal): -3247999 or 8483022. OLE color: 8483022.

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

Color convert

RGB 206 112 129 -
CMYK 0 0.46 0.37 0.19
HSL 349.15º 0.49% 0.62% -
HSV(B) 349.15º 0.46% 0.81% -
XYZ 35.21 26.3 23.99 -
YUV 142.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 206 112 129 0 0.46 0.37 0.19 349.15 0.49 0.62
Hex CE 70 81 0 2E 25 13 15D 31 3E
Octal 316 160 201 0 56 45 23 535 61 76
Binary 11001110 1110000 10000001 0 101110 100101 10011 101011101 110001 111110

Color Harmonies of #CE7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7081

Black with #CE7081

Text Example


Text Example

White with #CE7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7081; }

 p { color: rgb(206,112,129); }

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

background-color css

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

 a { background-color: rgb(206,112,129); }

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

border-color css

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

 span { border-color: rgb(206,112,129); }

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