Html Css Color HEX #C1848E Puce

📋 copy color: '#C1848E'

red 193 ◦ green 132 ◦ blue 142

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

Shades of Puce #C1848E

Tints of Puce #C1848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 41.33%
G = 28.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1848E (or 0xC1848E) is known color: Puce. HEX triplet: C1, 84 and 8E. RGB value is (193,132,142). Sum of RGB (Red+Green+Blue) = 193+132+142=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1848E is #3E7B71. Grayscale: #979797. Windows color (decimal): -4094834 or 9340097. OLE color: 9340097.

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

Color convert

RGB 193 132 142 -
CMYK 0 0.32 0.26 0.24
HSL 350.16º 0.33% 0.64% -
HSV(B) 350.16º 0.32% 0.76% -
XYZ 35.13 29.79 29.49 -
YUV 151.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 193 132 142 0 0.32 0.26 0.24 350.16 0.33 0.64
Hex C1 84 8E 0 20 1A 18 15E 21 40
Octal 301 204 216 0 40 32 30 536 41 100
Binary 11000001 10000100 10001110 0 100000 11010 11000 101011110 100001 1000000

Color Harmonies of #C1848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1848E

Black with #C1848E

Text Example


Text Example

White with #C1848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1848E; }

 p { color: rgb(193,132,142); }

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

background-color css

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

 a { background-color: rgb(193,132,142); }

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

border-color css

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

 span { border-color: rgb(193,132,142); }

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