Html Css Color HEX #C1828F Puce

📋 copy color: '#C1828F'

red 193 ◦ green 130 ◦ blue 143

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

Shades of Puce #C1828F

Tints of Puce #C1828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 41.42%
G = 27.9%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1828F (or 0xC1828F) is known color: Puce. HEX triplet: C1, 82 and 8F. RGB value is (193,130,143). Sum of RGB (Red+Green+Blue) = 193+130+143=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828F is #3E7D70. Grayscale: #969696. Windows color (decimal): -4095345 or 9405121. OLE color: 9405121.

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

Color convert

RGB 193 130 143 -
CMYK 0 0.33 0.26 0.24
HSL 347.62º 0.34% 0.63% -
HSV(B) 347.62º 0.33% 0.76% -
XYZ 34.93 29.29 29.8 -
YUV 150.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 193 130 143 0 0.33 0.26 0.24 347.62 0.34 0.63
Hex C1 82 8F 0 21 1A 18 15C 22 3F
Octal 301 202 217 0 41 32 30 534 42 77
Binary 11000001 10000010 10001111 0 100001 11010 11000 101011100 100010 111111

Color Harmonies of #C1828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1828F

Black with #C1828F

Text Example


Text Example

White with #C1828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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