Html Css Color HEX #C3859B Puce

📋 copy color: '#C3859B'

red 195 ◦ green 133 ◦ blue 155

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

Shades of Puce #C3859B

Tints of Puce #C3859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 40.37%
G = 27.54%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3859B (or 0xC3859B) is known color: Puce. HEX triplet: C3, 85 and 9B. RGB value is (195,133,155). Sum of RGB (Red+Green+Blue) = 195+133+155=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3859B is #3C7A64. Grayscale: #9A9A9A. Windows color (decimal): -3963493 or 10192323. OLE color: 10192323.

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

Color convert

RGB 195 133 155 -
CMYK 0 0.32 0.21 0.24
HSL 338.71º 0.34% 0.64% -
HSV(B) 338.71º 0.32% 0.76% -
XYZ 36.81 30.74 35 -
YUV 154.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 195 133 155 0 0.32 0.21 0.24 338.71 0.34 0.64
Hex C3 85 9B 0 20 15 18 153 22 40
Octal 303 205 233 0 40 25 30 523 42 100
Binary 11000011 10000101 10011011 0 100000 10101 11000 101010011 100010 1000000

Color Harmonies of #C3859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3859B

Black with #C3859B

Text Example


Text Example

White with #C3859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3859B; }

 p { color: rgb(195,133,155); }

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

background-color css

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

 a { background-color: rgb(195,133,155); }

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

border-color css

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

 span { border-color: rgb(195,133,155); }

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