Html Css Color HEX #CE7E9C Puce

📋 copy color: '#CE7E9C'

red 206 ◦ green 126 ◦ blue 156

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

Shades of Puce #CE7E9C

Tints of Puce #CE7E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.97%

R = 42.21%
G = 25.82%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE7E9C (or 0xCE7E9C) is known color: Puce. HEX triplet: CE, 7E and 9C. RGB value is (206,126,156). Sum of RGB (Red+Green+Blue) = 206+126+156=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E9C is #318163. Grayscale: #999999. Windows color (decimal): -3244388 or 10256078. OLE color: 10256078.

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

Color convert

RGB 206 126 156 -
CMYK 0 0.39 0.24 0.19
HSL 337.5º 0.45% 0.65% -
HSV(B) 337.5º 0.39% 0.81% -
XYZ 38.92 30.44 35.28 -
YUV 153.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 206 126 156 0 0.39 0.24 0.19 337.5 0.45 0.65
Hex CE 7E 9C 0 27 18 13 152 2D 41
Octal 316 176 234 0 47 30 23 522 55 101
Binary 11001110 1111110 10011100 0 100111 11000 10011 101010010 101101 1000001

Color Harmonies of #CE7E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E9C

Black with #CE7E9C

Text Example


Text Example

White with #CE7E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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