Html Css Color HEX #C28392 Puce

📋 copy color: '#C28392'

red 194 ◦ green 131 ◦ blue 146

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

Shades of Puce #C28392

Tints of Puce #C28392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31%

R = 41.19%
G = 27.81%
B = 31%

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

#C28392 (or 0xC28392) is known color: Puce. HEX triplet: C2, 83 and 92. RGB value is (194,131,146). Sum of RGB (Red+Green+Blue) = 194+131+146=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28392 is #3D7C6D. Grayscale: #979797. Windows color (decimal): -4029550 or 9601986. OLE color: 9601986.

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

Color convert

RGB 194 131 146 -
CMYK 0 0.32 0.25 0.24
HSL 345.71º 0.34% 0.64% -
HSV(B) 345.71º 0.32% 0.76% -
XYZ 35.55 29.78 31.07 -
YUV 151.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 194 131 146 0 0.32 0.25 0.24 345.71 0.34 0.64
Hex C2 83 92 0 20 19 18 15A 22 40
Octal 302 203 222 0 40 31 30 532 42 100
Binary 11000010 10000011 10010010 0 100000 11001 11000 101011010 100010 1000000

Color Harmonies of #C28392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28392

Black with #C28392

Text Example


Text Example

White with #C28392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28392; }

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

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

background-color css

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

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

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

border-color css

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

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

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