Html Css Color HEX #C28794 Puce

📋 copy color: '#C28794'

red 194 ◦ green 135 ◦ blue 148

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

Shades of Puce #C28794

Tints of Puce #C28794

RGB

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

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

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

R = 40.67%
G = 28.3%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28794 (or 0xC28794) is known color: Puce. HEX triplet: C2, 87 and 94. RGB value is (194,135,148). Sum of RGB (Red+Green+Blue) = 194+135+148=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28794 is #3D786B. Grayscale: #9A9A9A. Windows color (decimal): -4028524 or 9734082. OLE color: 9734082.

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

Color convert

RGB 194 135 148 -
CMYK 0 0.30 0.24 0.24
HSL 346.78º 0.33% 0.65% -
HSV(B) 346.78º 0.3% 0.76% -
XYZ 36.26 30.94 32.08 -
YUV 154.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 194 135 148 0 0.30 0.24 0.24 346.78 0.33 0.65
Hex C2 87 94 0 1E 18 18 15B 21 41
Octal 302 207 224 0 36 30 30 533 41 101
Binary 11000010 10000111 10010100 0 11110 11000 11000 101011011 100001 1000001

Color Harmonies of #C28794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28794

Black with #C28794

Text Example


Text Example

White with #C28794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28794; }

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

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

background-color css

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

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

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

border-color css

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

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

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