Html Css Color HEX #C28294 Puce

📋 copy color: '#C28294'

red 194 ◦ green 130 ◦ blue 148

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

Shades of Puce #C28294

Tints of Puce #C28294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 41.1%
G = 27.54%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28294 (or 0xC28294) is known color: Puce. HEX triplet: C2, 82 and 94. RGB value is (194,130,148). Sum of RGB (Red+Green+Blue) = 194+130+148=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28294 is #3D7D6B. Grayscale: #979797. Windows color (decimal): -4029804 or 9732802. OLE color: 9732802.

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

Color convert

RGB 194 130 148 -
CMYK 0 0.33 0.24 0.24
HSL 343.13º 0.34% 0.64% -
HSV(B) 343.13º 0.33% 0.76% -
XYZ 35.58 29.57 31.85 -
YUV 151.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 194 130 148 0 0.33 0.24 0.24 343.13 0.34 0.64
Hex C2 82 94 0 21 18 18 157 22 40
Octal 302 202 224 0 41 30 30 527 42 100
Binary 11000010 10000010 10010100 0 100001 11000 11000 101010111 100010 1000000

Color Harmonies of #C28294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28294

Black with #C28294

Text Example


Text Example

White with #C28294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28294; }

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

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

background-color css

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

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

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

border-color css

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

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

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