Html Css Color HEX #C28791 Puce

📋 copy color: '#C28791'

red 194 ◦ green 135 ◦ blue 145

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

Shades of Puce #C28791

Tints of Puce #C28791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 40.93%
G = 28.48%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28791 (or 0xC28791) is known color: Puce. HEX triplet: C2, 87 and 91. RGB value is (194,135,145). Sum of RGB (Red+Green+Blue) = 194+135+145=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28791 is #3D786E. Grayscale: #999999. Windows color (decimal): -4028527 or 9537474. OLE color: 9537474.

HSL color Cylindrical-coordinate representation of color #C28791: hue angle of 349.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28791 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 145 -
CMYK 0 0.30 0.25 0.24
HSL 349.83º 0.33% 0.65% -
HSV(B) 349.83º 0.3% 0.76% -
XYZ 36.02 30.84 30.84 -
YUV 153.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 194 135 145 0 0.30 0.25 0.24 349.83 0.33 0.65
Hex C2 87 91 0 1E 19 18 15E 21 41
Octal 302 207 221 0 36 31 30 536 41 101
Binary 11000010 10000111 10010001 0 11110 11001 11000 101011110 100001 1000001

Color Harmonies of #C28791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28791

Black with #C28791

Text Example


Text Example

White with #C28791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28791; }

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

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

background-color css

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

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

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

border-color css

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

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

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