Html Css Color HEX #C1828A Puce

📋 copy color: '#C1828A'

red 193 ◦ green 130 ◦ blue 138

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

Shades of Puce #C1828A

Tints of Puce #C1828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 41.87%
G = 28.2%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1828A (or 0xC1828A) is known color: Puce. HEX triplet: C1, 82 and 8A. RGB value is (193,130,138). Sum of RGB (Red+Green+Blue) = 193+130+138=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828A is #3E7D75. Grayscale: #959595. Windows color (decimal): -4095350 or 9077441. OLE color: 9077441.

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

Color convert

RGB 193 130 138 -
CMYK 0 0.33 0.28 0.24
HSL 352.38º 0.34% 0.63% -
HSV(B) 352.38º 0.33% 0.76% -
XYZ 34.56 29.14 27.85 -
YUV 149.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 193 130 138 0 0.33 0.28 0.24 352.38 0.34 0.63
Hex C1 82 8A 0 21 1C 18 160 22 3F
Octal 301 202 212 0 41 34 30 540 42 77
Binary 11000001 10000010 10001010 0 100001 11100 11000 101100000 100010 111111

Color Harmonies of #C1828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1828A

Black with #C1828A

Text Example


Text Example

White with #C1828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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