Html Css Color HEX #C5828E Puce

📋 copy color: '#C5828E'

red 197 ◦ green 130 ◦ blue 142

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

Shades of Puce #C5828E

Tints of Puce #C5828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 42%
G = 27.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5828E (or 0xC5828E) is known color: Puce. HEX triplet: C5, 82 and 8E. RGB value is (197,130,142). Sum of RGB (Red+Green+Blue) = 197+130+142=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828E is #3A7D71. Grayscale: #979797. Windows color (decimal): -3833202 or 9339589. OLE color: 9339589.

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

Color convert

RGB 197 130 142 -
CMYK 0 0.34 0.28 0.23
HSL 349.25º 0.37% 0.64% -
HSV(B) 349.25º 0.34% 0.77% -
XYZ 35.89 29.79 29.45 -
YUV 151.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 197 130 142 0 0.34 0.28 0.23 349.25 0.37 0.64
Hex C5 82 8E 0 22 1C 17 15D 25 40
Octal 305 202 216 0 42 34 27 535 45 100
Binary 11000101 10000010 10001110 0 100010 11100 10111 101011101 100101 1000000

Color Harmonies of #C5828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5828E

Black with #C5828E

Text Example


Text Example

White with #C5828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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