Html Css Color HEX #CE879A Puce

📋 copy color: '#CE879A'

red 206 ◦ green 135 ◦ blue 154

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

Shades of Puce #CE879A

Tints of Puce #CE879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.27%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 41.62%
G = 27.27%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE879A (or 0xCE879A) is known color: Puce. HEX triplet: CE, 87 and 9A. RGB value is (206,135,154). Sum of RGB (Red+Green+Blue) = 206+135+154=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE879A is #317865. Grayscale: #9E9E9E. Windows color (decimal): -3242086 or 10127310. OLE color: 10127310.

HSL color Cylindrical-coordinate representation of color #CE879A: hue angle of 343.94º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE879A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 154 -
CMYK 0 0.34 0.25 0.19
HSL 343.94º 0.42% 0.67% -
HSV(B) 343.94º 0.34% 0.81% -
XYZ 39.95 32.78 34.79 -
YUV 158.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 206 135 154 0 0.34 0.25 0.19 343.94 0.42 0.67
Hex CE 87 9A 0 22 19 13 158 2A 43
Octal 316 207 232 0 42 31 23 530 52 103
Binary 11001110 10000111 10011010 0 100010 11001 10011 101011000 101010 1000011

Color Harmonies of #CE879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE879A

Black with #CE879A

Text Example


Text Example

White with #CE879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE879A; }

 p { color: rgb(206,135,154); }

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

background-color css

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

 a { background-color: rgb(206,135,154); }

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

border-color css

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

 span { border-color: rgb(206,135,154); }

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