Html Css Color HEX #C3878C Puce

📋 copy color: '#C3878C'

red 195 ◦ green 135 ◦ blue 140

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

Shades of Puce #C3878C

Tints of Puce #C3878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 41.49%
G = 28.72%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3878C (or 0xC3878C) is known color: Puce. HEX triplet: C3, 87 and 8C. RGB value is (195,135,140). Sum of RGB (Red+Green+Blue) = 195+135+140=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878C is #3C7873. Grayscale: #999999. Windows color (decimal): -3962996 or 9209795. OLE color: 9209795.

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

Color convert

RGB 195 135 140 -
CMYK 0 0.31 0.28 0.24
HSL 355º 0.33% 0.65% -
HSV(B) 355º 0.31% 0.76% -
XYZ 35.9 30.82 28.87 -
YUV 153.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 195 135 140 0 0.31 0.28 0.24 355 0.33 0.65
Hex C3 87 8C 0 1F 1C 18 163 21 41
Octal 303 207 214 0 37 34 30 543 41 101
Binary 11000011 10000111 10001100 0 11111 11100 11000 101100011 100001 1000001

Color Harmonies of #C3878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3878C

Black with #C3878C

Text Example


Text Example

White with #C3878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3878C; }

 p { color: rgb(195,135,140); }

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

background-color css

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

 a { background-color: rgb(195,135,140); }

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

border-color css

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

 span { border-color: rgb(195,135,140); }

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