Html Css Color HEX #CE8990 Puce

📋 copy color: '#CE8990'

red 206 ◦ green 137 ◦ blue 144

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

Shades of Puce #CE8990

Tints of Puce #CE8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.13%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 42.3%
G = 28.13%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8990 (or 0xCE8990) is known color: Puce. HEX triplet: CE, 89 and 90. RGB value is (206,137,144). Sum of RGB (Red+Green+Blue) = 206+137+144=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8990 is #31766F. Grayscale: #9E9E9E. Windows color (decimal): -3241584 or 9472462. OLE color: 9472462.

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

Color convert

RGB 206 137 144 -
CMYK 0 0.33 0.30 0.19
HSL 353.91º 0.41% 0.67% -
HSV(B) 353.91º 0.33% 0.81% -
XYZ 39.43 33.03 30.68 -
YUV 158.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 206 137 144 0 0.33 0.30 0.19 353.91 0.41 0.67
Hex CE 89 90 0 21 1E 13 162 29 43
Octal 316 211 220 0 41 36 23 542 51 103
Binary 11001110 10001001 10010000 0 100001 11110 10011 101100010 101001 1000011

Color Harmonies of #CE8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8990

Black with #CE8990

Text Example


Text Example

White with #CE8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8990; }

 p { color: rgb(206,137,144); }

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

background-color css

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

 a { background-color: rgb(206,137,144); }

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

border-color css

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

 span { border-color: rgb(206,137,144); }

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