Html Css Color HEX #CE858F Puce

📋 copy color: '#CE858F'

red 206 ◦ green 133 ◦ blue 143

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

Shades of Puce #CE858F

Tints of Puce #CE858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 42.74%
G = 27.59%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE858F (or 0xCE858F) is known color: Puce. HEX triplet: CE, 85 and 8F. RGB value is (206,133,143). Sum of RGB (Red+Green+Blue) = 206+133+143=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE858F is #317A70. Grayscale: #9B9B9B. Windows color (decimal): -3242609 or 9405902. OLE color: 9405902.

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

Color convert

RGB 206 133 143 -
CMYK 0 0.35 0.31 0.19
HSL 351.78º 0.43% 0.66% -
HSV(B) 351.78º 0.35% 0.81% -
XYZ 38.8 31.88 30.1 -
YUV 155.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 206 133 143 0 0.35 0.31 0.19 351.78 0.43 0.66
Hex CE 85 8F 0 23 1F 13 160 2B 42
Octal 316 205 217 0 43 37 23 540 53 102
Binary 11001110 10000101 10001111 0 100011 11111 10011 101100000 101011 1000010

Color Harmonies of #CE858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE858F

Black with #CE858F

Text Example


Text Example

White with #CE858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE858F; }

 p { color: rgb(206,133,143); }

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

background-color css

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

 a { background-color: rgb(206,133,143); }

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

border-color css

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

 span { border-color: rgb(206,133,143); }

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