Html Css Color HEX #CE848F Puce

📋 copy color: '#CE848F'

red 206 ◦ green 132 ◦ blue 143

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

Shades of Puce #CE848F

Tints of Puce #CE848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 42.83%
G = 27.44%
B = 29.73%

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

#CE848F (or 0xCE848F) is known color: Puce. HEX triplet: CE, 84 and 8F. RGB value is (206,132,143). Sum of RGB (Red+Green+Blue) = 206+132+143=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848F is #317B70. Grayscale: #9B9B9B. Windows color (decimal): -3242865 or 9405646. OLE color: 9405646.

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

Color convert

RGB 206 132 143 -
CMYK 0 0.36 0.31 0.19
HSL 351.08º 0.43% 0.66% -
HSV(B) 351.08º 0.36% 0.81% -
XYZ 38.66 31.61 30.05 -
YUV 155.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 206 132 143 0 0.36 0.31 0.19 351.08 0.43 0.66
Hex CE 84 8F 0 24 1F 13 15F 2B 42
Octal 316 204 217 0 44 37 23 537 53 102
Binary 11001110 10000100 10001111 0 100100 11111 10011 101011111 101011 1000010

Color Harmonies of #CE848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE848F

Black with #CE848F

Text Example


Text Example

White with #CE848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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