Html Css Color HEX #CE8290 Puce

📋 copy color: '#CE8290'

red 206 ◦ green 130 ◦ blue 144

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

Shades of Puce #CE8290

Tints of Puce #CE8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

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

R = 42.92%
G = 27.08%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8290 (or 0xCE8290) is known color: Puce. HEX triplet: CE, 82 and 90. RGB value is (206,130,144). Sum of RGB (Red+Green+Blue) = 206+130+144=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8290 is #317D6F. Grayscale: #9A9A9A. Windows color (decimal): -3243376 or 9470670. OLE color: 9470670.

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

Color convert

RGB 206 130 144 -
CMYK 0 0.37 0.30 0.19
HSL 348.95º 0.44% 0.66% -
HSV(B) 348.95º 0.37% 0.81% -
XYZ 38.47 31.1 30.36 -
YUV 154.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 206 130 144 0 0.37 0.30 0.19 348.95 0.44 0.66
Hex CE 82 90 0 25 1E 13 15D 2C 42
Octal 316 202 220 0 45 36 23 535 54 102
Binary 11001110 10000010 10010000 0 100101 11110 10011 101011101 101100 1000010

Color Harmonies of #CE8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8290

Black with #CE8290

Text Example


Text Example

White with #CE8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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