Html Css Color HEX #CE8790 Puce

📋 copy color: '#CE8790'

red 206 ◦ green 135 ◦ blue 144

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

Shades of Puce #CE8790

Tints of Puce #CE8790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.84%

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

R = 42.47%
G = 27.84%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8790 (or 0xCE8790) is known color: Puce. HEX triplet: CE, 87 and 90. RGB value is (206,135,144). Sum of RGB (Red+Green+Blue) = 206+135+144=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8790 is #31786F. Grayscale: #9D9D9D. Windows color (decimal): -3242096 or 9471950. OLE color: 9471950.

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

Color convert

RGB 206 135 144 -
CMYK 0 0.34 0.30 0.19
HSL 352.39º 0.42% 0.67% -
HSV(B) 352.39º 0.34% 0.81% -
XYZ 39.15 32.46 30.59 -
YUV 157.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 206 135 144 0 0.34 0.30 0.19 352.39 0.42 0.67
Hex CE 87 90 0 22 1E 13 160 2A 43
Octal 316 207 220 0 42 36 23 540 52 103
Binary 11001110 10000111 10010000 0 100010 11110 10011 101100000 101010 1000011

Color Harmonies of #CE8790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8790

Black with #CE8790

Text Example


Text Example

White with #CE8790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8790; }

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

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

background-color css

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

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

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

border-color css

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

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

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