Html Css Color HEX #C1808F Puce

📋 copy color: '#C1808F'

red 193 ◦ green 128 ◦ blue 143

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

Shades of Puce #C1808F

Tints of Puce #C1808F

RGB

 RED value IS 193 (75.78% from 255) = 41.59%

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

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

R = 41.59%
G = 27.59%
B = 30.82%

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

#C1808F (or 0xC1808F) is known color: Puce. HEX triplet: C1, 80 and 8F. RGB value is (193,128,143). Sum of RGB (Red+Green+Blue) = 193+128+143=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1808F is #3E7F70. Grayscale: #959595. Windows color (decimal): -4095857 or 9404609. OLE color: 9404609.

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

Color convert

RGB 193 128 143 -
CMYK 0 0.34 0.26 0.24
HSL 346.15º 0.34% 0.63% -
HSV(B) 346.15º 0.34% 0.76% -
XYZ 34.67 28.76 29.71 -
YUV 149.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 193 128 143 0 0.34 0.26 0.24 346.15 0.34 0.63
Hex C1 80 8F 0 22 1A 18 15A 22 3F
Octal 301 200 217 0 42 32 30 532 42 77
Binary 11000001 10000000 10001111 0 100010 11010 11000 101011010 100010 111111

Color Harmonies of #C1808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1808F

Black with #C1808F

Text Example


Text Example

White with #C1808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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