Html Css Color HEX #C38594 Puce

📋 copy color: '#C38594'

red 195 ◦ green 133 ◦ blue 148

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

Shades of Puce #C38594

Tints of Puce #C38594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 40.97%
G = 27.94%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C38594 (or 0xC38594) is known color: Puce. HEX triplet: C3, 85 and 94. RGB value is (195,133,148). Sum of RGB (Red+Green+Blue) = 195+133+148=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38594 is #3C7A6B. Grayscale: #999999. Windows color (decimal): -3963500 or 9733571. OLE color: 9733571.

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

Color convert

RGB 195 133 148 -
CMYK 0 0.32 0.24 0.24
HSL 345.48º 0.34% 0.64% -
HSV(B) 345.48º 0.32% 0.76% -
XYZ 36.24 30.52 32 -
YUV 153.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 195 133 148 0 0.32 0.24 0.24 345.48 0.34 0.64
Hex C3 85 94 0 20 18 18 159 22 40
Octal 303 205 224 0 40 30 30 531 42 100
Binary 11000011 10000101 10010100 0 100000 11000 11000 101011001 100010 1000000

Color Harmonies of #C38594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38594

Black with #C38594

Text Example


Text Example

White with #C38594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38594; }

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

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

background-color css

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

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

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

border-color css

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

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

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