Html Css Color HEX #C2809E Puce

📋 copy color: '#C2809E'

red 194 ◦ green 128 ◦ blue 158

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

Shades of Puce #C2809E

Tints of Puce #C2809E

RGB

 RED value IS 194 (76.17% from 255) = 40.42%

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

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 40.42%
G = 26.67%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2809E (or 0xC2809E) is known color: Puce. HEX triplet: C2, 80 and 9E. RGB value is (194,128,158). Sum of RGB (Red+Green+Blue) = 194+128+158=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2809E is #3D7F61. Grayscale: #979797. Windows color (decimal): -4030306 or 10387650. OLE color: 10387650.

HSL color Cylindrical-coordinate representation of color #C2809E: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2809E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 158 -
CMYK 0 0.34 0.19 0.24
HSL 332.73º 0.35% 0.63% -
HSV(B) 332.73º 0.34% 0.76% -
XYZ 36.14 29.38 36.11 -
YUV 151.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 194 128 158 0 0.34 0.19 0.24 332.73 0.35 0.63
Hex C2 80 9E 0 22 13 18 14D 23 3F
Octal 302 200 236 0 42 23 30 515 43 77
Binary 11000010 10000000 10011110 0 100010 10011 11000 101001101 100011 111111

Color Harmonies of #C2809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2809E

Black with #C2809E

Text Example


Text Example

White with #C2809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2809E; }

 p { color: rgb(194,128,158); }

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

background-color css

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

 a { background-color: rgb(194,128,158); }

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

border-color css

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

 span { border-color: rgb(194,128,158); }

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