Html Css Color HEX #C28491 Puce

📋 copy color: '#C28491'

red 194 ◦ green 132 ◦ blue 145

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

Shades of Puce #C28491

Tints of Puce #C28491

RGB

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

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

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

R = 41.19%
G = 28.03%
B = 30.79%

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

#C28491 (or 0xC28491) is known color: Puce. HEX triplet: C2, 84 and 91. RGB value is (194,132,145). Sum of RGB (Red+Green+Blue) = 194+132+145=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28491 is #3D7B6E. Grayscale: #989898. Windows color (decimal): -4029295 or 9536706. OLE color: 9536706.

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

Color convert

RGB 194 132 145 -
CMYK 0 0.32 0.25 0.24
HSL 347.42º 0.34% 0.64% -
HSV(B) 347.42º 0.32% 0.76% -
XYZ 35.61 30.02 30.7 -
YUV 152.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 194 132 145 0 0.32 0.25 0.24 347.42 0.34 0.64
Hex C2 84 91 0 20 19 18 15B 22 40
Octal 302 204 221 0 40 31 30 533 42 100
Binary 11000010 10000100 10010001 0 100000 11001 11000 101011011 100010 1000000

Color Harmonies of #C28491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28491

Black with #C28491

Text Example


Text Example

White with #C28491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28491; }

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

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

background-color css

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

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

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

border-color css

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

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

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