Html Css Color HEX #C3868F Puce

📋 copy color: '#C3868F'

red 195 ◦ green 134 ◦ blue 143

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

Shades of Puce #C3868F

Tints of Puce #C3868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 41.31%
G = 28.39%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3868F (or 0xC3868F) is known color: Puce. HEX triplet: C3, 86 and 8F. RGB value is (195,134,143). Sum of RGB (Red+Green+Blue) = 195+134+143=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3868F is #3C7970. Grayscale: #999999. Windows color (decimal): -3963249 or 9406147. OLE color: 9406147.

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

Color convert

RGB 195 134 143 -
CMYK 0 0.31 0.27 0.24
HSL 351.15º 0.34% 0.65% -
HSV(B) 351.15º 0.31% 0.76% -
XYZ 35.99 30.64 30 -
YUV 153.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 195 134 143 0 0.31 0.27 0.24 351.15 0.34 0.65
Hex C3 86 8F 0 1F 1B 18 15F 22 41
Octal 303 206 217 0 37 33 30 537 42 101
Binary 11000011 10000110 10001111 0 11111 11011 11000 101011111 100010 1000001

Color Harmonies of #C3868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3868F

Black with #C3868F

Text Example


Text Example

White with #C3868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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