Html Css Color HEX #C2808F Puce

📋 copy color: '#C2808F'

red 194 ◦ green 128 ◦ blue 143

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

Shades of Puce #C2808F

Tints of Puce #C2808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 41.72%
G = 27.53%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2808F (or 0xC2808F) is known color: Puce. HEX triplet: C2, 80 and 8F. RGB value is (194,128,143). Sum of RGB (Red+Green+Blue) = 194+128+143=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808F is #3D7F70. Grayscale: #959595. Windows color (decimal): -4030321 or 9404610. OLE color: 9404610.

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

Color convert

RGB 194 128 143 -
CMYK 0 0.34 0.26 0.24
HSL 346.36º 0.35% 0.63% -
HSV(B) 346.36º 0.34% 0.76% -
XYZ 34.93 28.89 29.72 -
YUV 149.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 194 128 143 0 0.34 0.26 0.24 346.36 0.35 0.63
Hex C2 80 8F 0 22 1A 18 15A 23 3F
Octal 302 200 217 0 42 32 30 532 43 77
Binary 11000010 10000000 10001111 0 100010 11010 11000 101011010 100011 111111

Color Harmonies of #C2808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2808F

Black with #C2808F

Text Example


Text Example

White with #C2808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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