Html Css Color HEX #C0819A Puce

📋 copy color: '#C0819A'

red 192 ◦ green 129 ◦ blue 154

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

Shades of Puce #C0819A

Tints of Puce #C0819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 154 (60.55% from 255) = 32.42%

R = 40.42%
G = 27.16%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0819A (or 0xC0819A) is known color: Puce. HEX triplet: C0, 81 and 9A. RGB value is (192,129,154). Sum of RGB (Red+Green+Blue) = 192+129+154=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0819A is #3F7E65. Grayscale: #969696. Windows color (decimal): -4161126 or 10125760. OLE color: 10125760.

HSL color Cylindrical-coordinate representation of color #C0819A: hue angle of 336.19º degrees, saturation: 0.33, 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 #C0819A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 154 -
CMYK 0 0.33 0.20 0.25
HSL 336.19º 0.33% 0.63% -
HSV(B) 336.19º 0.33% 0.75% -
XYZ 35.42 29.24 34.35 -
YUV 150.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 192 129 154 0 0.33 0.20 0.25 336.19 0.33 0.63
Hex C0 81 9A 0 21 14 19 150 21 3F
Octal 300 201 232 0 41 24 31 520 41 77
Binary 11000000 10000001 10011010 0 100001 10100 11001 101010000 100001 111111

Color Harmonies of #C0819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0819A

Black with #C0819A

Text Example


Text Example

White with #C0819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0819A; }

 p { color: rgb(192,129,154); }

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

background-color css

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

 a { background-color: rgb(192,129,154); }

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

border-color css

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

 span { border-color: rgb(192,129,154); }

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