Html Css Color HEX #C5828C Puce

📋 copy color: '#C5828C'

red 197 ◦ green 130 ◦ blue 140

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

Shades of Puce #C5828C

Tints of Puce #C5828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 42.18%
G = 27.84%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5828C (or 0xC5828C) is known color: Puce. HEX triplet: C5, 82 and 8C. RGB value is (197,130,140). Sum of RGB (Red+Green+Blue) = 197+130+140=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828C is #3A7D73. Grayscale: #979797. Windows color (decimal): -3833204 or 9208517. OLE color: 9208517.

HSL color Cylindrical-coordinate representation of color #C5828C: hue angle of 351.04º degrees, saturation: 0.37, 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 #C5828C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 140 -
CMYK 0 0.34 0.29 0.23
HSL 351.04º 0.37% 0.64% -
HSV(B) 351.04º 0.34% 0.77% -
XYZ 35.74 29.73 28.67 -
YUV 151.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 197 130 140 0 0.34 0.29 0.23 351.04 0.37 0.64
Hex C5 82 8C 0 22 1D 17 15F 25 40
Octal 305 202 214 0 42 35 27 537 45 100
Binary 11000101 10000010 10001100 0 100010 11101 10111 101011111 100101 1000000

Color Harmonies of #C5828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5828C

Black with #C5828C

Text Example


Text Example

White with #C5828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5828C; }

 p { color: rgb(197,130,140); }

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

background-color css

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

 a { background-color: rgb(197,130,140); }

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

border-color css

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

 span { border-color: rgb(197,130,140); }

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