Html Css Color HEX #C3858D Puce

📋 copy color: '#C3858D'

red 195 ◦ green 133 ◦ blue 141

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

Shades of Puce #C3858D

Tints of Puce #C3858D

RGB

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

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

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

R = 41.58%
G = 28.36%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3858D (or 0xC3858D) is known color: Puce. HEX triplet: C3, 85 and 8D. RGB value is (195,133,141). Sum of RGB (Red+Green+Blue) = 195+133+141=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858D is #3C7A72. Grayscale: #989898. Windows color (decimal): -3963507 or 9274819. OLE color: 9274819.

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

Color convert

RGB 195 133 141 -
CMYK 0 0.32 0.28 0.24
HSL 352.26º 0.34% 0.64% -
HSV(B) 352.26º 0.32% 0.76% -
XYZ 35.7 30.3 29.17 -
YUV 152.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 195 133 141 0 0.32 0.28 0.24 352.26 0.34 0.64
Hex C3 85 8D 0 20 1C 18 160 22 40
Octal 303 205 215 0 40 34 30 540 42 100
Binary 11000011 10000101 10001101 0 100000 11100 11000 101100000 100010 1000000

Color Harmonies of #C3858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3858D

Black with #C3858D

Text Example


Text Example

White with #C3858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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