Html Css Color HEX #C1828B Puce

📋 copy color: '#C1828B'

red 193 ◦ green 130 ◦ blue 139

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

Shades of Puce #C1828B

Tints of Puce #C1828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 41.77%
G = 28.14%
B = 30.09%

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

#C1828B (or 0xC1828B) is known color: Puce. HEX triplet: C1, 82 and 8B. RGB value is (193,130,139). Sum of RGB (Red+Green+Blue) = 193+130+139=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828B is #3E7D74. Grayscale: #959595. Windows color (decimal): -4095349 or 9142977. OLE color: 9142977.

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

Color convert

RGB 193 130 139 -
CMYK 0 0.33 0.28 0.24
HSL 351.43º 0.34% 0.63% -
HSV(B) 351.43º 0.33% 0.76% -
XYZ 34.64 29.17 28.23 -
YUV 149.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 193 130 139 0 0.33 0.28 0.24 351.43 0.34 0.63
Hex C1 82 8B 0 21 1C 18 15F 22 3F
Octal 301 202 213 0 41 34 30 537 42 77
Binary 11000001 10000010 10001011 0 100001 11100 11000 101011111 100010 111111

Color Harmonies of #C1828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1828B

Black with #C1828B

Text Example


Text Example

White with #C1828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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