Html Css Color HEX #C3888D Puce

📋 copy color: '#C3888D'

red 195 ◦ green 136 ◦ blue 141

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

Shades of Puce #C3888D

Tints of Puce #C3888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

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

R = 41.31%
G = 28.81%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3888D (or 0xC3888D) is known color: Puce. HEX triplet: C3, 88 and 8D. RGB value is (195,136,141). Sum of RGB (Red+Green+Blue) = 195+136+141=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3888D is #3C7772. Grayscale: #9A9A9A. Windows color (decimal): -3962739 or 9275587. OLE color: 9275587.

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

Color convert

RGB 195 136 141 -
CMYK 0 0.30 0.28 0.24
HSL 354.92º 0.33% 0.65% -
HSV(B) 354.92º 0.3% 0.76% -
XYZ 36.12 31.13 29.31 -
YUV 154.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 195 136 141 0 0.30 0.28 0.24 354.92 0.33 0.65
Hex C3 88 8D 0 1E 1C 18 163 21 41
Octal 303 210 215 0 36 34 30 543 41 101
Binary 11000011 10001000 10001101 0 11110 11100 11000 101100011 100001 1000001

Color Harmonies of #C3888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3888D

Black with #C3888D

Text Example


Text Example

White with #C3888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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