Html Css Color HEX #C0808D Puce

📋 copy color: '#C0808D'

red 192 ◦ green 128 ◦ blue 141

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

Shades of Puce #C0808D

Tints of Puce #C0808D

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 41.65%
G = 27.77%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0808D (or 0xC0808D) is known color: Puce. HEX triplet: C0, 80 and 8D. RGB value is (192,128,141). Sum of RGB (Red+Green+Blue) = 192+128+141=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0808D is #3F7F72. Grayscale: #949494. Windows color (decimal): -4161395 or 9273536. OLE color: 9273536.

HSL color Cylindrical-coordinate representation of color #C0808D: hue angle of 347.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0808D is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 141 -
CMYK 0 0.33 0.27 0.25
HSL 347.81º 0.34% 0.63% -
HSV(B) 347.81º 0.33% 0.75% -
XYZ 34.27 28.57 28.91 -
YUV 148.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 192 128 141 0 0.33 0.27 0.25 347.81 0.34 0.63
Hex C0 80 8D 0 21 1B 19 15C 22 3F
Octal 300 200 215 0 41 33 31 534 42 77
Binary 11000000 10000000 10001101 0 100001 11011 11001 101011100 100010 111111

Color Harmonies of #C0808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0808D

Black with #C0808D

Text Example


Text Example

White with #C0808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0808D; }

 p { color: rgb(192,128,141); }

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

background-color css

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

 a { background-color: rgb(192,128,141); }

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

border-color css

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

 span { border-color: rgb(192,128,141); }

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