Html Css Color HEX #C3858A Puce

📋 copy color: '#C3858A'

red 195 ◦ green 133 ◦ blue 138

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

Shades of Puce #C3858A

Tints of Puce #C3858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 41.85%
G = 28.54%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3858A (or 0xC3858A) is known color: Puce. HEX triplet: C3, 85 and 8A. RGB value is (195,133,138). Sum of RGB (Red+Green+Blue) = 195+133+138=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858A is #3C7A75. Grayscale: #989898. Windows color (decimal): -3963510 or 9078211. OLE color: 9078211.

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

Color convert

RGB 195 133 138 -
CMYK 0 0.32 0.29 0.24
HSL 355.16º 0.34% 0.64% -
HSV(B) 355.16º 0.32% 0.76% -
XYZ 35.48 30.21 28.01 -
YUV 152.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 195 133 138 0 0.32 0.29 0.24 355.16 0.34 0.64
Hex C3 85 8A 0 20 1D 18 163 22 40
Octal 303 205 212 0 40 35 30 543 42 100
Binary 11000011 10000101 10001010 0 100000 11101 11000 101100011 100010 1000000

Color Harmonies of #C3858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3858A

Black with #C3858A

Text Example


Text Example

White with #C3858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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