Html Css Color HEX #CE868C Puce

📋 copy color: '#CE868C'

red 206 ◦ green 134 ◦ blue 140

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

Shades of Puce #CE868C

Tints of Puce #CE868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 42.92%
G = 27.92%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE868C (or 0xCE868C) is known color: Puce. HEX triplet: CE, 86 and 8C. RGB value is (206,134,140). Sum of RGB (Red+Green+Blue) = 206+134+140=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE868C is #317973. Grayscale: #9C9C9C. Windows color (decimal): -3242356 or 9209550. OLE color: 9209550.

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

Color convert

RGB 206 134 140 -
CMYK 0 0.35 0.32 0.19
HSL 355º 0.42% 0.67% -
HSV(B) 355º 0.35% 0.81% -
XYZ 38.71 32.07 28.96 -
YUV 156.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 206 134 140 0 0.35 0.32 0.19 355 0.42 0.67
Hex CE 86 8C 0 23 20 13 163 2A 43
Octal 316 206 214 0 43 40 23 543 52 103
Binary 11001110 10000110 10001100 0 100011 100000 10011 101100011 101010 1000011

Color Harmonies of #CE868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE868C

Black with #CE868C

Text Example


Text Example

White with #CE868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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