Html Css Color HEX #C4828A Puce

📋 copy color: '#C4828A'

red 196 ◦ green 130 ◦ blue 138

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

Shades of Puce #C4828A

Tints of Puce #C4828A

RGB

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

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

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

R = 42.24%
G = 28.02%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4828A (or 0xC4828A) is known color: Puce. HEX triplet: C4, 82 and 8A. RGB value is (196,130,138). Sum of RGB (Red+Green+Blue) = 196+130+138=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828A is #3B7D75. Grayscale: #969696. Windows color (decimal): -3898742 or 9077444. OLE color: 9077444.

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

Color convert

RGB 196 130 138 -
CMYK 0 0.34 0.30 0.23
HSL 352.73º 0.36% 0.64% -
HSV(B) 352.73º 0.34% 0.77% -
XYZ 35.34 29.54 27.88 -
YUV 150.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 196 130 138 0 0.34 0.30 0.23 352.73 0.36 0.64
Hex C4 82 8A 0 22 1E 17 161 24 40
Octal 304 202 212 0 42 36 27 541 44 100
Binary 11000100 10000010 10001010 0 100010 11110 10111 101100001 100100 1000000

Color Harmonies of #C4828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4828A

Black with #C4828A

Text Example


Text Example

White with #C4828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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