Html Css Color HEX #C4828F Puce

📋 copy color: '#C4828F'

red 196 ◦ green 130 ◦ blue 143

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

Shades of Puce #C4828F

Tints of Puce #C4828F

RGB

 RED value IS 196 (76.95% from 255) = 41.79%

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

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

R = 41.79%
G = 27.72%
B = 30.49%

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

#C4828F (or 0xC4828F) is known color: Puce. HEX triplet: C4, 82 and 8F. RGB value is (196,130,143). Sum of RGB (Red+Green+Blue) = 196+130+143=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828F is #3B7D70. Grayscale: #979797. Windows color (decimal): -3898737 or 9405124. OLE color: 9405124.

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

Color convert

RGB 196 130 143 -
CMYK 0 0.34 0.27 0.23
HSL 348.18º 0.36% 0.64% -
HSV(B) 348.18º 0.34% 0.77% -
XYZ 35.71 29.68 29.83 -
YUV 151.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 196 130 143 0 0.34 0.27 0.23 348.18 0.36 0.64
Hex C4 82 8F 0 22 1B 17 15C 24 40
Octal 304 202 217 0 42 33 27 534 44 100
Binary 11000100 10000010 10001111 0 100010 11011 10111 101011100 100100 1000000

Color Harmonies of #C4828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4828F

Black with #C4828F

Text Example


Text Example

White with #C4828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4828F; }

 p { color: rgb(196,130,143); }

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

background-color css

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

 a { background-color: rgb(196,130,143); }

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

border-color css

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

 span { border-color: rgb(196,130,143); }

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