Html Css Color HEX #CE8296 Puce

📋 copy color: '#CE8296'

red 206 ◦ green 130 ◦ blue 150

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

Shades of Puce #CE8296

Tints of Puce #CE8296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 42.39%
G = 26.75%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8296 (or 0xCE8296) is known color: Puce. HEX triplet: CE, 82 and 96. RGB value is (206,130,150). Sum of RGB (Red+Green+Blue) = 206+130+150=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8296 is #317D69. Grayscale: #9B9B9B. Windows color (decimal): -3243370 or 9863886. OLE color: 9863886.

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

Color convert

RGB 206 130 150 -
CMYK 0 0.37 0.27 0.19
HSL 344.21º 0.44% 0.66% -
HSV(B) 344.21º 0.37% 0.81% -
XYZ 38.94 31.29 32.84 -
YUV 155 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 206 130 150 0 0.37 0.27 0.19 344.21 0.44 0.66
Hex CE 82 96 0 25 1B 13 158 2C 42
Octal 316 202 226 0 45 33 23 530 54 102
Binary 11001110 10000010 10010110 0 100101 11011 10011 101011000 101100 1000010

Color Harmonies of #CE8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8296

Black with #CE8296

Text Example


Text Example

White with #CE8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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