Html Css Color HEX #CE7C7D Charm

📋 copy color: '#CE7C7D'

red 206 ◦ green 124 ◦ blue 125

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

Shades of Charm #CE7C7D

Tints of Charm #CE7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.25%

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 45.27%
G = 27.25%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE7C7D (or 0xCE7C7D) is known color: Charm. HEX triplet: CE, 7C and 7D. RGB value is (206,124,125). Sum of RGB (Red+Green+Blue) = 206+124+125=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C7D is #318382. Grayscale: #949494. Windows color (decimal): -3244931 or 8223950. OLE color: 8223950.

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

Color convert

RGB 206 124 125 -
CMYK 0 0.40 0.39 0.19
HSL 359.27º 0.46% 0.65% -
HSV(B) 359.27º 0.4% 0.81% -
XYZ 36.36 29.02 23.09 -
YUV 148.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 206 124 125 0 0.40 0.39 0.19 359.27 0.46 0.65
Hex CE 7C 7D 0 28 27 13 167 2E 41
Octal 316 174 175 0 50 47 23 547 56 101
Binary 11001110 1111100 1111101 0 101000 100111 10011 101100111 101110 1000001

Color Harmonies of #CE7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C7D

Black with #CE7C7D

Text Example


Text Example

White with #CE7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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