Html Css Color HEX #C3828D Puce

📋 copy color: '#C3828D'

red 195 ◦ green 130 ◦ blue 141

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

Shades of Puce #C3828D

Tints of Puce #C3828D

RGB

 RED value IS 195 (76.56% from 255) = 41.85%

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

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 41.85%
G = 27.9%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3828D (or 0xC3828D) is known color: Puce. HEX triplet: C3, 82 and 8D. RGB value is (195,130,141). Sum of RGB (Red+Green+Blue) = 195+130+141=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3828D is #3C7D72. Grayscale: #969696. Windows color (decimal): -3964275 or 9274051. OLE color: 9274051.

HSL color Cylindrical-coordinate representation of color #C3828D: hue angle of 349.85º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3828D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 141 -
CMYK 0 0.33 0.28 0.24
HSL 349.85º 0.35% 0.64% -
HSV(B) 349.85º 0.33% 0.76% -
XYZ 35.3 29.49 29.03 -
YUV 150.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 195 130 141 0 0.33 0.28 0.24 349.85 0.35 0.64
Hex C3 82 8D 0 21 1C 18 15E 23 40
Octal 303 202 215 0 41 34 30 536 43 100
Binary 11000011 10000010 10001101 0 100001 11100 11000 101011110 100011 1000000

Color Harmonies of #C3828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3828D

Black with #C3828D

Text Example


Text Example

White with #C3828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3828D; }

 p { color: rgb(195,130,141); }

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

background-color css

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

 a { background-color: rgb(195,130,141); }

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

border-color css

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

 span { border-color: rgb(195,130,141); }

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