Html Css Color HEX #CE83A0 Puce

📋 copy color: '#CE83A0'

red 206 ◦ green 131 ◦ blue 160

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

Shades of Puce #CE83A0

Tints of Puce #CE83A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

 BLUE value IS 160 (62.89% from 255) = 32.19%

R = 41.45%
G = 26.36%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE83A0 (or 0xCE83A0) is known color: Puce. HEX triplet: CE, 83 and A0. RGB value is (206,131,160). Sum of RGB (Red+Green+Blue) = 206+131+160=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A0 is #317C5F. Grayscale: #9C9C9C. Windows color (decimal): -3243104 or 10519502. OLE color: 10519502.

HSL color Cylindrical-coordinate representation of color #CE83A0: hue angle of 336.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83A0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 160 -
CMYK 0 0.36 0.22 0.19
HSL 336.8º 0.43% 0.66% -
HSV(B) 336.8º 0.36% 0.81% -
XYZ 39.92 31.89 37.31 -
YUV 156.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 206 131 160 0 0.36 0.22 0.19 336.8 0.43 0.66
Hex CE 83 A0 0 24 16 13 151 2B 42
Octal 316 203 240 0 44 26 23 521 53 102
Binary 11001110 10000011 10100000 0 100100 10110 10011 101010001 101011 1000010

Color Harmonies of #CE83A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83A0

Black with #CE83A0

Text Example


Text Example

White with #CE83A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83A0; }

 p { color: rgb(206,131,160); }

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

background-color css

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

 a { background-color: rgb(206,131,160); }

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

border-color css

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

 span { border-color: rgb(206,131,160); }

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