Html Css Color HEX #C5848F Puce

📋 copy color: '#C5848F'

red 197 ◦ green 132 ◦ blue 143

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

Shades of Puce #C5848F

Tints of Puce #C5848F

RGB

 RED value IS 197 (77.34% from 255) = 41.74%

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

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

R = 41.74%
G = 27.97%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5848F (or 0xC5848F) is known color: Puce. HEX triplet: C5, 84 and 8F. RGB value is (197,132,143). Sum of RGB (Red+Green+Blue) = 197+132+143=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848F is #3A7B70. Grayscale: #989898. Windows color (decimal): -3832689 or 9405637. OLE color: 9405637.

HSL color Cylindrical-coordinate representation of color #C5848F: hue angle of 349.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5848F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 132 143 -
CMYK 0 0.33 0.27 0.23
HSL 349.85º 0.36% 0.65% -
HSV(B) 349.85º 0.33% 0.77% -
XYZ 36.24 30.36 29.94 -
YUV 152.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 197 132 143 0 0.33 0.27 0.23 349.85 0.36 0.65
Hex C5 84 8F 0 21 1B 17 15E 24 41
Octal 305 204 217 0 41 33 27 536 44 101
Binary 11000101 10000100 10001111 0 100001 11011 10111 101011110 100100 1000001

Color Harmonies of #C5848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5848F

Black with #C5848F

Text Example


Text Example

White with #C5848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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