Html Css Color HEX #CE829B Puce

📋 copy color: '#CE829B'

red 206 ◦ green 130 ◦ blue 155

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

Shades of Puce #CE829B

Tints of Puce #CE829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 41.96%
G = 26.48%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE829B (or 0xCE829B) is known color: Puce. HEX triplet: CE, 82 and 9B. RGB value is (206,130,155). Sum of RGB (Red+Green+Blue) = 206+130+155=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE829B is #317D64. Grayscale: #9B9B9B. Windows color (decimal): -3243365 or 10191566. OLE color: 10191566.

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

Color convert

RGB 206 130 155 -
CMYK 0 0.37 0.25 0.19
HSL 340.26º 0.44% 0.66% -
HSV(B) 340.26º 0.37% 0.81% -
XYZ 39.35 31.45 35.01 -
YUV 155.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 206 130 155 0 0.37 0.25 0.19 340.26 0.44 0.66
Hex CE 82 9B 0 25 19 13 154 2C 42
Octal 316 202 233 0 45 31 23 524 54 102
Binary 11001110 10000010 10011011 0 100101 11001 10011 101010100 101100 1000010

Color Harmonies of #CE829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE829B

Black with #CE829B

Text Example


Text Example

White with #CE829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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