Html Css Color HEX #CE838E Puce

📋 copy color: '#CE838E'

red 206 ◦ green 131 ◦ blue 142

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

Shades of Puce #CE838E

Tints of Puce #CE838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 43.01%
G = 27.35%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE838E (or 0xCE838E) is known color: Puce. HEX triplet: CE, 83 and 8E. RGB value is (206,131,142). Sum of RGB (Red+Green+Blue) = 206+131+142=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE838E is #317C71. Grayscale: #9A9A9A. Windows color (decimal): -3243122 or 9339854. OLE color: 9339854.

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

Color convert

RGB 206 131 142 -
CMYK 0 0.36 0.31 0.19
HSL 351.2º 0.43% 0.66% -
HSV(B) 351.2º 0.36% 0.81% -
XYZ 38.45 31.31 29.61 -
YUV 154.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 206 131 142 0 0.36 0.31 0.19 351.2 0.43 0.66
Hex CE 83 8E 0 24 1F 13 15F 2B 42
Octal 316 203 216 0 44 37 23 537 53 102
Binary 11001110 10000011 10001110 0 100100 11111 10011 101011111 101011 1000010

Color Harmonies of #CE838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE838E

Black with #CE838E

Text Example


Text Example

White with #CE838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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