Html Css Color HEX #C3808D Puce

📋 copy color: '#C3808D'

red 195 ◦ green 128 ◦ blue 141

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

Shades of Puce #C3808D

Tints of Puce #C3808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 42.03%
G = 27.59%
B = 30.39%

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

#C3808D (or 0xC3808D) is known color: Puce. HEX triplet: C3, 80 and 8D. RGB value is (195,128,141). Sum of RGB (Red+Green+Blue) = 195+128+141=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3808D is #3C7F72. Grayscale: #959595. Windows color (decimal): -3964787 or 9273539. OLE color: 9273539.

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

Color convert

RGB 195 128 141 -
CMYK 0 0.34 0.28 0.24
HSL 348.36º 0.36% 0.63% -
HSV(B) 348.36º 0.34% 0.76% -
XYZ 35.03 28.96 28.94 -
YUV 149.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 195 128 141 0 0.34 0.28 0.24 348.36 0.36 0.63
Hex C3 80 8D 0 22 1C 18 15C 24 3F
Octal 303 200 215 0 42 34 30 534 44 77
Binary 11000011 10000000 10001101 0 100010 11100 11000 101011100 100100 111111

Color Harmonies of #C3808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3808D

Black with #C3808D

Text Example


Text Example

White with #C3808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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