Html Css Color HEX #CE869B Puce

📋 copy color: '#CE869B'

red 206 ◦ green 134 ◦ blue 155

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

Shades of Puce #CE869B

Tints of Puce #CE869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 155 (60.94% from 255) = 31.31%

R = 41.62%
G = 27.07%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE869B (or 0xCE869B) is known color: Puce. HEX triplet: CE, 86 and 9B. RGB value is (206,134,155). Sum of RGB (Red+Green+Blue) = 206+134+155=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE869B is #317964. Grayscale: #9D9D9D. Windows color (decimal): -3242341 or 10192590. OLE color: 10192590.

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

Color convert

RGB 206 134 155 -
CMYK 0 0.35 0.25 0.19
HSL 342.5º 0.42% 0.67% -
HSV(B) 342.5º 0.35% 0.81% -
XYZ 39.9 32.54 35.19 -
YUV 157.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 206 134 155 0 0.35 0.25 0.19 342.5 0.42 0.67
Hex CE 86 9B 0 23 19 13 156 2A 43
Octal 316 206 233 0 43 31 23 526 52 103
Binary 11001110 10000110 10011011 0 100011 11001 10011 101010110 101010 1000011

Color Harmonies of #CE869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE869B

Black with #CE869B

Text Example


Text Example

White with #CE869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE869B; }

 p { color: rgb(206,134,155); }

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

background-color css

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

 a { background-color: rgb(206,134,155); }

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

border-color css

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

 span { border-color: rgb(206,134,155); }

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