Html Css Color HEX #C5838F Puce

📋 copy color: '#C5838F'

red 197 ◦ green 131 ◦ blue 143

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

Shades of Puce #C5838F

Tints of Puce #C5838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 41.83%
G = 27.81%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5838F (or 0xC5838F) is known color: Puce. HEX triplet: C5, 83 and 8F. RGB value is (197,131,143). Sum of RGB (Red+Green+Blue) = 197+131+143=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838F is #3A7C70. Grayscale: #989898. Windows color (decimal): -3832945 or 9405381. OLE color: 9405381.

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

Color convert

RGB 197 131 143 -
CMYK 0 0.34 0.27 0.23
HSL 349.09º 0.36% 0.64% -
HSV(B) 349.09º 0.34% 0.77% -
XYZ 36.1 30.09 29.89 -
YUV 152.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 197 131 143 0 0.34 0.27 0.23 349.09 0.36 0.64
Hex C5 83 8F 0 22 1B 17 15D 24 40
Octal 305 203 217 0 42 33 27 535 44 100
Binary 11000101 10000011 10001111 0 100010 11011 10111 101011101 100100 1000000

Color Harmonies of #C5838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5838F

Black with #C5838F

Text Example


Text Example

White with #C5838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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