Html Css Color HEX #C28398 Puce

📋 copy color: '#C28398'

red 194 ◦ green 131 ◦ blue 152

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

Shades of Puce #C28398

Tints of Puce #C28398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 40.67%
G = 27.46%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C28398 (or 0xC28398) is known color: Puce. HEX triplet: C2, 83 and 98. RGB value is (194,131,152). Sum of RGB (Red+Green+Blue) = 194+131+152=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28398 is #3D7C67. Grayscale: #989898. Windows color (decimal): -4029544 or 9995202. OLE color: 9995202.

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

Color convert

RGB 194 131 152 -
CMYK 0 0.32 0.22 0.24
HSL 340º 0.34% 0.64% -
HSV(B) 340º 0.32% 0.76% -
XYZ 36.03 29.97 33.59 -
YUV 152.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 194 131 152 0 0.32 0.22 0.24 340 0.34 0.64
Hex C2 83 98 0 20 16 18 154 22 40
Octal 302 203 230 0 40 26 30 524 42 100
Binary 11000010 10000011 10011000 0 100000 10110 11000 101010100 100010 1000000

Color Harmonies of #C28398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28398

Black with #C28398

Text Example


Text Example

White with #C28398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28398; }

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

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

background-color css

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

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

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

border-color css

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

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

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