Html Css Color HEX #CE7C8C Charm

📋 copy color: '#CE7C8C'

red 206 ◦ green 124 ◦ blue 140

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

Shades of Charm #CE7C8C

Tints of Charm #CE7C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 43.83%
G = 26.38%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE7C8C (or 0xCE7C8C) is known color: Charm. HEX triplet: CE, 7C and 8C. RGB value is (206,124,140). Sum of RGB (Red+Green+Blue) = 206+124+140=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7C8C is #318373. Grayscale: #969696. Windows color (decimal): -3244916 or 9206990. OLE color: 9206990.

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

Color convert

RGB 206 124 140 -
CMYK 0 0.40 0.32 0.19
HSL 348.29º 0.46% 0.65% -
HSV(B) 348.29º 0.4% 0.81% -
XYZ 37.39 29.43 28.52 -
YUV 150.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 206 124 140 0 0.40 0.32 0.19 348.29 0.46 0.65
Hex CE 7C 8C 0 28 20 13 15C 2E 41
Octal 316 174 214 0 50 40 23 534 56 101
Binary 11001110 1111100 10001100 0 101000 100000 10011 101011100 101110 1000001

Color Harmonies of #CE7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C8C

Black with #CE7C8C

Text Example


Text Example

White with #CE7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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