Html Css Color HEX #C2848F Puce

📋 copy color: '#C2848F'

red 194 ◦ green 132 ◦ blue 143

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

Shades of Puce #C2848F

Tints of Puce #C2848F

RGB

 RED value IS 194 (76.17% from 255) = 41.36%

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

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

R = 41.36%
G = 28.14%
B = 30.49%

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

#C2848F (or 0xC2848F) is known color: Puce. HEX triplet: C2, 84 and 8F. RGB value is (194,132,143). Sum of RGB (Red+Green+Blue) = 194+132+143=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848F is #3D7B70. Grayscale: #979797. Windows color (decimal): -4029297 or 9405634. OLE color: 9405634.

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

Color convert

RGB 194 132 143 -
CMYK 0 0.32 0.26 0.24
HSL 349.35º 0.34% 0.64% -
HSV(B) 349.35º 0.32% 0.76% -
XYZ 35.46 29.96 29.9 -
YUV 151.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 194 132 143 0 0.32 0.26 0.24 349.35 0.34 0.64
Hex C2 84 8F 0 20 1A 18 15D 22 40
Octal 302 204 217 0 40 32 30 535 42 100
Binary 11000010 10000100 10001111 0 100000 11010 11000 101011101 100010 1000000

Color Harmonies of #C2848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2848F

Black with #C2848F

Text Example


Text Example

White with #C2848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2848F; }

 p { color: rgb(194,132,143); }

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

background-color css

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

 a { background-color: rgb(194,132,143); }

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

border-color css

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

 span { border-color: rgb(194,132,143); }

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