Html Css Color HEX #C38191 Puce

📋 copy color: '#C38191'

red 195 ◦ green 129 ◦ blue 145

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

Shades of Puce #C38191

Tints of Puce #C38191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 41.58%
G = 27.51%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38191 (or 0xC38191) is known color: Puce. HEX triplet: C3, 81 and 91. RGB value is (195,129,145). Sum of RGB (Red+Green+Blue) = 195+129+145=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C38191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38191 is #3C7E6E. Grayscale: #969696. Windows color (decimal): -3964527 or 9535939. OLE color: 9535939.

HSL color Cylindrical-coordinate representation of color #C38191: hue angle of 345.45º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38191 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 145 -
CMYK 0 0.34 0.26 0.24
HSL 345.45º 0.35% 0.64% -
HSV(B) 345.45º 0.34% 0.76% -
XYZ 35.47 29.35 30.58 -
YUV 150.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 195 129 145 0 0.34 0.26 0.24 345.45 0.35 0.64
Hex C3 81 91 0 22 1A 18 159 23 40
Octal 303 201 221 0 42 32 30 531 43 100
Binary 11000011 10000001 10010001 0 100010 11010 11000 101011001 100011 1000000

Color Harmonies of #C38191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38191

Black with #C38191

Text Example


Text Example

White with #C38191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38191; }

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

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

background-color css

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

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

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

border-color css

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

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

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