Html Css Color HEX #C2809C Puce

📋 copy color: '#C2809C'

red 194 ◦ green 128 ◦ blue 156

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

Shades of Puce #C2809C

Tints of Puce #C2809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 40.59%
G = 26.78%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2809C (or 0xC2809C) is known color: Puce. HEX triplet: C2, 80 and 9C. RGB value is (194,128,156). Sum of RGB (Red+Green+Blue) = 194+128+156=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2809C is #3D7F63. Grayscale: #969696. Windows color (decimal): -4030308 or 10256578. OLE color: 10256578.

HSL color Cylindrical-coordinate representation of color #C2809C: hue angle of 334.55º 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 #C2809C is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 156 -
CMYK 0 0.34 0.20 0.24
HSL 334.55º 0.35% 0.63% -
HSV(B) 334.55º 0.34% 0.76% -
XYZ 35.97 29.31 35.21 -
YUV 150.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 194 128 156 0 0.34 0.20 0.24 334.55 0.35 0.63
Hex C2 80 9C 0 22 14 18 14F 23 3F
Octal 302 200 234 0 42 24 30 517 43 77
Binary 11000010 10000000 10011100 0 100010 10100 11000 101001111 100011 111111

Color Harmonies of #C2809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2809C

Black with #C2809C

Text Example


Text Example

White with #C2809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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