Html Css Color HEX #CE7D7E Charm

📋 copy color: '#CE7D7E'

red 206 ◦ green 125 ◦ blue 126

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

Shades of Charm #CE7D7E

Tints of Charm #CE7D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 126 (49.61% from 255) = 27.57%

R = 45.08%
G = 27.35%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE7D7E (or 0xCE7D7E) is known color: Charm. HEX triplet: CE, 7D and 7E. RGB value is (206,125,126). Sum of RGB (Red+Green+Blue) = 206+125+126=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D7E is #318281. Grayscale: #959595. Windows color (decimal): -3244674 or 8289742. OLE color: 8289742.

HSL color Cylindrical-coordinate representation of color #CE7D7E: hue angle of 359.26º 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 #CE7D7E is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 126 -
CMYK 0 0.39 0.39 0.19
HSL 359.26º 0.45% 0.65% -
HSV(B) 359.26º 0.39% 0.81% -
XYZ 36.55 29.3 23.47 -
YUV 149.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 206 125 126 0 0.39 0.39 0.19 359.26 0.45 0.65
Hex CE 7D 7E 0 27 27 13 167 2D 41
Octal 316 175 176 0 47 47 23 547 55 101
Binary 11001110 1111101 1111110 0 100111 100111 10011 101100111 101101 1000001

Color Harmonies of #CE7D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D7E

Black with #CE7D7E

Text Example


Text Example

White with #CE7D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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