Html Css Color HEX #C38599 Puce

📋 copy color: '#C38599'

red 195 ◦ green 133 ◦ blue 153

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

Shades of Puce #C38599

Tints of Puce #C38599

RGB

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

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

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

R = 40.54%
G = 27.65%
B = 31.81%

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

#C38599 (or 0xC38599) is known color: Puce. HEX triplet: C3, 85 and 99. RGB value is (195,133,153). Sum of RGB (Red+Green+Blue) = 195+133+153=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38599 is #3C7A66. Grayscale: #999999. Windows color (decimal): -3963495 or 10061251. OLE color: 10061251.

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

Color convert

RGB 195 133 153 -
CMYK 0 0.32 0.22 0.24
HSL 340.65º 0.34% 0.64% -
HSV(B) 340.65º 0.32% 0.76% -
XYZ 36.64 30.68 34.13 -
YUV 153.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 195 133 153 0 0.32 0.22 0.24 340.65 0.34 0.64
Hex C3 85 99 0 20 16 18 155 22 40
Octal 303 205 231 0 40 26 30 525 42 100
Binary 11000011 10000101 10011001 0 100000 10110 11000 101010101 100010 1000000

Color Harmonies of #C38599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38599

Black with #C38599

Text Example


Text Example

White with #C38599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38599; }

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

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

background-color css

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

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

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

border-color css

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

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

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