Html Css Color HEX #C3858C Puce

📋 copy color: '#C3858C'

red 195 ◦ green 133 ◦ blue 140

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

Shades of Puce #C3858C

Tints of Puce #C3858C

RGB

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

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

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

R = 41.67%
G = 28.42%
B = 29.91%

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

#C3858C (or 0xC3858C) is known color: Puce. HEX triplet: C3, 85 and 8C. RGB value is (195,133,140). Sum of RGB (Red+Green+Blue) = 195+133+140=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858C is #3C7A73. Grayscale: #989898. Windows color (decimal): -3963508 or 9209283. OLE color: 9209283.

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

Color convert

RGB 195 133 140 -
CMYK 0 0.32 0.28 0.24
HSL 353.23º 0.34% 0.64% -
HSV(B) 353.23º 0.32% 0.76% -
XYZ 35.63 30.27 28.78 -
YUV 152.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 195 133 140 0 0.32 0.28 0.24 353.23 0.34 0.64
Hex C3 85 8C 0 20 1C 18 161 22 40
Octal 303 205 214 0 40 34 30 541 42 100
Binary 11000011 10000101 10001100 0 100000 11100 11000 101100001 100010 1000000

Color Harmonies of #C3858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3858C

Black with #C3858C

Text Example


Text Example

White with #C3858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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