Html Css Color HEX #C28394 Puce

📋 copy color: '#C28394'

red 194 ◦ green 131 ◦ blue 148

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

Shades of Puce #C28394

Tints of Puce #C28394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 41.01%
G = 27.7%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28394 (or 0xC28394) is known color: Puce. HEX triplet: C2, 83 and 94. RGB value is (194,131,148). Sum of RGB (Red+Green+Blue) = 194+131+148=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28394 is #3D7C6B. Grayscale: #979797. Windows color (decimal): -4029548 or 9733058. OLE color: 9733058.

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

Color convert

RGB 194 131 148 -
CMYK 0 0.32 0.24 0.24
HSL 343.81º 0.34% 0.64% -
HSV(B) 343.81º 0.32% 0.76% -
XYZ 35.71 29.84 31.89 -
YUV 151.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 194 131 148 0 0.32 0.24 0.24 343.81 0.34 0.64
Hex C2 83 94 0 20 18 18 158 22 40
Octal 302 203 224 0 40 30 30 530 42 100
Binary 11000010 10000011 10010100 0 100000 11000 11000 101011000 100010 1000000

Color Harmonies of #C28394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28394

Black with #C28394

Text Example


Text Example

White with #C28394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28394; }

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

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

background-color css

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

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

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

border-color css

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

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

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