Html Css Color HEX #C3818D Puce

📋 copy color: '#C3818D'

red 195 ◦ green 129 ◦ blue 141

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

Shades of Puce #C3818D

Tints of Puce #C3818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.74%

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

R = 41.94%
G = 27.74%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3818D (or 0xC3818D) is known color: Puce. HEX triplet: C3, 81 and 8D. RGB value is (195,129,141). Sum of RGB (Red+Green+Blue) = 195+129+141=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3818D is #3C7E72. Grayscale: #969696. Windows color (decimal): -3964531 or 9273795. OLE color: 9273795.

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

Color convert

RGB 195 129 141 -
CMYK 0 0.34 0.28 0.24
HSL 349.09º 0.35% 0.64% -
HSV(B) 349.09º 0.34% 0.76% -
XYZ 35.16 29.23 28.99 -
YUV 150.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 195 129 141 0 0.34 0.28 0.24 349.09 0.35 0.64
Hex C3 81 8D 0 22 1C 18 15D 23 40
Octal 303 201 215 0 42 34 30 535 43 100
Binary 11000011 10000001 10001101 0 100010 11100 11000 101011101 100011 1000000

Color Harmonies of #C3818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3818D

Black with #C3818D

Text Example


Text Example

White with #C3818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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