Html Css Color HEX #CE7E81 Charm

📋 copy color: '#CE7E81'

red 206 ◦ green 126 ◦ blue 129

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

Shades of Charm #CE7E81

Tints of Charm #CE7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 44.69%
G = 27.33%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE7E81 (or 0xCE7E81) is known color: Charm. HEX triplet: CE, 7E and 81. RGB value is (206,126,129). Sum of RGB (Red+Green+Blue) = 206+126+129=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E81 is #31817E. Grayscale: #969696. Windows color (decimal): -3244415 or 8486606. OLE color: 8486606.

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

Color convert

RGB 206 126 129 -
CMYK 0 0.39 0.37 0.19
HSL 357.75º 0.45% 0.65% -
HSV(B) 357.75º 0.39% 0.81% -
XYZ 36.88 29.63 24.54 -
YUV 150.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 206 126 129 0 0.39 0.37 0.19 357.75 0.45 0.65
Hex CE 7E 81 0 27 25 13 166 2D 41
Octal 316 176 201 0 47 45 23 546 55 101
Binary 11001110 1111110 10000001 0 100111 100101 10011 101100110 101101 1000001

Color Harmonies of #CE7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E81

Black with #CE7E81

Text Example


Text Example

White with #CE7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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