Html Css Color HEX #C38586 Puce

📋 copy color: '#C38586'

red 195 ◦ green 133 ◦ blue 134

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

Shades of Puce #C38586

Tints of Puce #C38586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29%

R = 42.21%
G = 28.79%
B = 29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C38586 (or 0xC38586) is known color: Puce. HEX triplet: C3, 85 and 86. RGB value is (195,133,134). Sum of RGB (Red+Green+Blue) = 195+133+134=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38586 is #3C7A79. Grayscale: #979797. Windows color (decimal): -3963514 or 8816067. OLE color: 8816067.

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

Color convert

RGB 195 133 134 -
CMYK 0 0.32 0.31 0.24
HSL 359.03º 0.34% 0.64% -
HSV(B) 359.03º 0.32% 0.76% -
XYZ 35.2 30.1 26.51 -
YUV 151.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 195 133 134 0 0.32 0.31 0.24 359.03 0.34 0.64
Hex C3 85 86 0 20 1F 18 167 22 40
Octal 303 205 206 0 40 37 30 547 42 100
Binary 11000011 10000101 10000110 0 100000 11111 11000 101100111 100010 1000000

Color Harmonies of #C38586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38586

Black with #C38586

Text Example


Text Example

White with #C38586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38586; }

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

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

background-color css

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

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

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

border-color css

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

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

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