Html Css Color HEX #C5878A Puce

📋 copy color: '#C5878A'

red 197 ◦ green 135 ◦ blue 138

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

Shades of Puce #C5878A

Tints of Puce #C5878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

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

R = 41.91%
G = 28.72%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5878A (or 0xC5878A) is known color: Puce. HEX triplet: C5, 87 and 8A. RGB value is (197,135,138). Sum of RGB (Red+Green+Blue) = 197+135+138=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5878A is #3A7875. Grayscale: #999999. Windows color (decimal): -3831926 or 9078725. OLE color: 9078725.

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

Color convert

RGB 197 135 138 -
CMYK 0 0.31 0.30 0.23
HSL 357.1º 0.35% 0.65% -
HSV(B) 357.1º 0.31% 0.77% -
XYZ 36.28 31.03 28.12 -
YUV 153.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 197 135 138 0 0.31 0.30 0.23 357.1 0.35 0.65
Hex C5 87 8A 0 1F 1E 17 165 23 41
Octal 305 207 212 0 37 36 27 545 43 101
Binary 11000101 10000111 10001010 0 11111 11110 10111 101100101 100011 1000001

Color Harmonies of #C5878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5878A

Black with #C5878A

Text Example


Text Example

White with #C5878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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