Html Css Color HEX #C38491 Puce

📋 copy color: '#C38491'

red 195 ◦ green 132 ◦ blue 145

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

Shades of Puce #C38491

Tints of Puce #C38491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 41.31%
G = 27.97%
B = 30.72%

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

#C38491 (or 0xC38491) is known color: Puce. HEX triplet: C3, 84 and 91. RGB value is (195,132,145). Sum of RGB (Red+Green+Blue) = 195+132+145=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38491 is #3C7B6E. Grayscale: #989898. Windows color (decimal): -3963759 or 9536707. OLE color: 9536707.

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

Color convert

RGB 195 132 145 -
CMYK 0 0.32 0.26 0.24
HSL 347.62º 0.34% 0.64% -
HSV(B) 347.62º 0.32% 0.76% -
XYZ 35.87 30.15 30.72 -
YUV 152.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 195 132 145 0 0.32 0.26 0.24 347.62 0.34 0.64
Hex C3 84 91 0 20 1A 18 15C 22 40
Octal 303 204 221 0 40 32 30 534 42 100
Binary 11000011 10000100 10010001 0 100000 11010 11000 101011100 100010 1000000

Color Harmonies of #C38491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38491

Black with #C38491

Text Example


Text Example

White with #C38491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38491; }

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

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

background-color css

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

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

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

border-color css

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

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

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