Html Css Color HEX #C5858A Puce

📋 copy color: '#C5858A'

red 197 ◦ green 133 ◦ blue 138

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

Shades of Puce #C5858A

Tints of Puce #C5858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 42.09%
G = 28.42%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5858A (or 0xC5858A) is known color: Puce. HEX triplet: C5, 85 and 8A. RGB value is (197,133,138). Sum of RGB (Red+Green+Blue) = 197+133+138=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5858A is #3A7A75. Grayscale: #989898. Windows color (decimal): -3832438 or 9078213. OLE color: 9078213.

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

Color convert

RGB 197 133 138 -
CMYK 0 0.32 0.30 0.23
HSL 355.31º 0.36% 0.65% -
HSV(B) 355.31º 0.32% 0.77% -
XYZ 36 30.48 28.03 -
YUV 152.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 197 133 138 0 0.32 0.30 0.23 355.31 0.36 0.65
Hex C5 85 8A 0 20 1E 17 163 24 41
Octal 305 205 212 0 40 36 27 543 44 101
Binary 11000101 10000101 10001010 0 100000 11110 10111 101100011 100100 1000001

Color Harmonies of #C5858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5858A

Black with #C5858A

Text Example


Text Example

White with #C5858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5858A; }

 p { color: rgb(197,133,138); }

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

background-color css

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

 a { background-color: rgb(197,133,138); }

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

border-color css

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

 span { border-color: rgb(197,133,138); }

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