Html Css Color HEX #C38590 Puce

📋 copy color: '#C38590'

red 195 ◦ green 133 ◦ blue 144

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

Shades of Puce #C38590

Tints of Puce #C38590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 41.31%
G = 28.18%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38590 (or 0xC38590) is known color: Puce. HEX triplet: C3, 85 and 90. RGB value is (195,133,144). Sum of RGB (Red+Green+Blue) = 195+133+144=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38590 is #3C7A6F. Grayscale: #989898. Windows color (decimal): -3963504 or 9471427. OLE color: 9471427.

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

Color convert

RGB 195 133 144 -
CMYK 0 0.32 0.26 0.24
HSL 349.35º 0.34% 0.64% -
HSV(B) 349.35º 0.32% 0.76% -
XYZ 35.93 30.39 30.36 -
YUV 152.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 195 133 144 0 0.32 0.26 0.24 349.35 0.34 0.64
Hex C3 85 90 0 20 1A 18 15D 22 40
Octal 303 205 220 0 40 32 30 535 42 100
Binary 11000011 10000101 10010000 0 100000 11010 11000 101011101 100010 1000000

Color Harmonies of #C38590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38590

Black with #C38590

Text Example


Text Example

White with #C38590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38590; }

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

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

background-color css

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

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

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

border-color css

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

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

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