Html Css Color HEX #C38499 Puce

📋 copy color: '#C38499'

red 195 ◦ green 132 ◦ blue 153

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

Shades of Puce #C38499

Tints of Puce #C38499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 40.63%
G = 27.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C38499 (or 0xC38499) is known color: Puce. HEX triplet: C3, 84 and 99. RGB value is (195,132,153). Sum of RGB (Red+Green+Blue) = 195+132+153=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C38499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38499 is #3C7B66. Grayscale: #999999. Windows color (decimal): -3963751 or 10060995. OLE color: 10060995.

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

Color convert

RGB 195 132 153 -
CMYK 0 0.32 0.22 0.24
HSL 340º 0.34% 0.64% -
HSV(B) 340º 0.32% 0.76% -
XYZ 36.51 30.4 34.08 -
YUV 153.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 195 132 153 0 0.32 0.22 0.24 340 0.34 0.64
Hex C3 84 99 0 20 16 18 154 22 40
Octal 303 204 231 0 40 26 30 524 42 100
Binary 11000011 10000100 10011001 0 100000 10110 11000 101010100 100010 1000000

Color Harmonies of #C38499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38499

Black with #C38499

Text Example


Text Example

White with #C38499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38499; }

 p { color: rgb(195,132,153); }

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

background-color css

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

 a { background-color: rgb(195,132,153); }

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

border-color css

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

 span { border-color: rgb(195,132,153); }

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