Html Css Color HEX #C28391 Puce

📋 copy color: '#C28391'

red 194 ◦ green 131 ◦ blue 145

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

Shades of Puce #C28391

Tints of Puce #C28391

RGB

 RED value IS 194 (76.17% from 255) = 41.28%

 GREEN value IS 131 (51.56% from 255) = 27.87%

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

R = 41.28%
G = 27.87%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28391 (or 0xC28391) is known color: Puce. HEX triplet: C2, 83 and 91. RGB value is (194,131,145). Sum of RGB (Red+Green+Blue) = 194+131+145=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28391 is #3D7C6E. Grayscale: #979797. Windows color (decimal): -4029551 or 9536450. OLE color: 9536450.

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

Color convert

RGB 194 131 145 -
CMYK 0 0.32 0.25 0.24
HSL 346.67º 0.34% 0.64% -
HSV(B) 346.67º 0.32% 0.76% -
XYZ 35.48 29.75 30.66 -
YUV 151.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 194 131 145 0 0.32 0.25 0.24 346.67 0.34 0.64
Hex C2 83 91 0 20 19 18 15B 22 40
Octal 302 203 221 0 40 31 30 533 42 100
Binary 11000010 10000011 10010001 0 100000 11001 11000 101011011 100010 1000000

Color Harmonies of #C28391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28391

Black with #C28391

Text Example


Text Example

White with #C28391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28391; }

 p { color: rgb(194,131,145); }

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

background-color css

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

 a { background-color: rgb(194,131,145); }

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

border-color css

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

 span { border-color: rgb(194,131,145); }

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