Html Css Color HEX #CE83A4 Puce

📋 copy color: '#CE83A4'

red 206 ◦ green 131 ◦ blue 164

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

Shades of Puce #CE83A4

Tints of Puce #CE83A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 41.12%
G = 26.15%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE83A4 (or 0xCE83A4) is known color: Puce. HEX triplet: CE, 83 and A4. RGB value is (206,131,164). Sum of RGB (Red+Green+Blue) = 206+131+164=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A4 is #317C5B. Grayscale: #9D9D9D. Windows color (decimal): -3243100 or 10781646. OLE color: 10781646.

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

Color convert

RGB 206 131 164 -
CMYK 0 0.36 0.20 0.19
HSL 333.6º 0.43% 0.66% -
HSV(B) 333.6º 0.36% 0.81% -
XYZ 40.27 32.03 39.18 -
YUV 157.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 206 131 164 0 0.36 0.20 0.19 333.6 0.43 0.66
Hex CE 83 A4 0 24 14 13 14E 2B 42
Octal 316 203 244 0 44 24 23 516 53 102
Binary 11001110 10000011 10100100 0 100100 10100 10011 101001110 101011 1000010

Color Harmonies of #CE83A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE83A4

Black with #CE83A4

Text Example


Text Example

White with #CE83A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE83A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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