Html Css Color HEX #C28591 Puce

📋 copy color: '#C28591'

red 194 ◦ green 133 ◦ blue 145

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

Shades of Puce #C28591

Tints of Puce #C28591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.18%

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

R = 41.1%
G = 28.18%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28591 (or 0xC28591) is known color: Puce. HEX triplet: C2, 85 and 91. RGB value is (194,133,145). Sum of RGB (Red+Green+Blue) = 194+133+145=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28591 is #3D7A6E. Grayscale: #989898. Windows color (decimal): -4029039 or 9536962. OLE color: 9536962.

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

Color convert

RGB 194 133 145 -
CMYK 0 0.31 0.25 0.24
HSL 348.2º 0.33% 0.64% -
HSV(B) 348.2º 0.31% 0.76% -
XYZ 35.75 30.29 30.75 -
YUV 152.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 194 133 145 0 0.31 0.25 0.24 348.2 0.33 0.64
Hex C2 85 91 0 1F 19 18 15C 21 40
Octal 302 205 221 0 37 31 30 534 41 100
Binary 11000010 10000101 10010001 0 11111 11001 11000 101011100 100001 1000000

Color Harmonies of #C28591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28591

Black with #C28591

Text Example


Text Example

White with #C28591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28591; }

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

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

background-color css

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

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

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

border-color css

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

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

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