Html Css Color HEX #C28097 Puce

📋 copy color: '#C28097'

red 194 ◦ green 128 ◦ blue 151

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

Shades of Puce #C28097

Tints of Puce #C28097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.06%

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 41.01%
G = 27.06%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C28097 (or 0xC28097) is known color: Puce. HEX triplet: C2, 80 and 97. RGB value is (194,128,151). Sum of RGB (Red+Green+Blue) = 194+128+151=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28097 is #3D7F68. Grayscale: #969696. Windows color (decimal): -4030313 or 9928898. OLE color: 9928898.

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

Color convert

RGB 194 128 151 -
CMYK 0 0.34 0.22 0.24
HSL 339.09º 0.35% 0.63% -
HSV(B) 339.09º 0.34% 0.76% -
XYZ 35.55 29.14 33.03 -
YUV 150.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 194 128 151 0 0.34 0.22 0.24 339.09 0.35 0.63
Hex C2 80 97 0 22 16 18 153 23 3F
Octal 302 200 227 0 42 26 30 523 43 77
Binary 11000010 10000000 10010111 0 100010 10110 11000 101010011 100011 111111

Color Harmonies of #C28097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28097

Black with #C28097

Text Example


Text Example

White with #C28097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28097; }

 p { color: rgb(194,128,151); }

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

background-color css

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

 a { background-color: rgb(194,128,151); }

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

border-color css

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

 span { border-color: rgb(194,128,151); }

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