Html Css Color HEX #C3868C Puce

📋 copy color: '#C3868C'

red 195 ◦ green 134 ◦ blue 140

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

Shades of Puce #C3868C

Tints of Puce #C3868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.57%

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

R = 41.58%
G = 28.57%
B = 29.85%

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

#C3868C (or 0xC3868C) is known color: Puce. HEX triplet: C3, 86 and 8C. RGB value is (195,134,140). Sum of RGB (Red+Green+Blue) = 195+134+140=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3868C is #3C7973. Grayscale: #989898. Windows color (decimal): -3963252 or 9209539. OLE color: 9209539.

HSL color Cylindrical-coordinate representation of color #C3868C: hue angle of 354.1º degrees, saturation: 0.34, 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 #C3868C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 140 -
CMYK 0 0.31 0.28 0.24
HSL 354.1º 0.34% 0.65% -
HSV(B) 354.1º 0.31% 0.76% -
XYZ 35.76 30.55 28.82 -
YUV 152.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 195 134 140 0 0.31 0.28 0.24 354.1 0.34 0.65
Hex C3 86 8C 0 1F 1C 18 162 22 41
Octal 303 206 214 0 37 34 30 542 42 101
Binary 11000011 10000110 10001100 0 11111 11100 11000 101100010 100010 1000001

Color Harmonies of #C3868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3868C

Black with #C3868C

Text Example


Text Example

White with #C3868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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