Html Css Color HEX #CE7E93 Puce

📋 copy color: '#CE7E93'

red 206 ◦ green 126 ◦ blue 147

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

Shades of Puce #CE7E93

Tints of Puce #CE7E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 43.01%
G = 26.3%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE7E93 (or 0xCE7E93) is known color: Puce. HEX triplet: CE, 7E and 93. RGB value is (206,126,147). Sum of RGB (Red+Green+Blue) = 206+126+147=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E93 is #31816C. Grayscale: #989898. Windows color (decimal): -3244397 or 9666254. OLE color: 9666254.

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

Color convert

RGB 206 126 147 -
CMYK 0 0.39 0.29 0.19
HSL 344.25º 0.45% 0.65% -
HSV(B) 344.25º 0.39% 0.81% -
XYZ 38.18 30.15 31.41 -
YUV 152.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 206 126 147 0 0.39 0.29 0.19 344.25 0.45 0.65
Hex CE 7E 93 0 27 1D 13 158 2D 41
Octal 316 176 223 0 47 35 23 530 55 101
Binary 11001110 1111110 10010011 0 100111 11101 10011 101011000 101101 1000001

Color Harmonies of #CE7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E93

Black with #CE7E93

Text Example


Text Example

White with #CE7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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