Html Css Color HEX #C28488 Puce

📋 copy color: '#C28488'

red 194 ◦ green 132 ◦ blue 136

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

Shades of Puce #C28488

Tints of Puce #C28488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 136 (53.52% from 255) = 29.44%

R = 41.99%
G = 28.57%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28488 (or 0xC28488) is known color: Puce. HEX triplet: C2, 84 and 88. RGB value is (194,132,136). Sum of RGB (Red+Green+Blue) = 194+132+136=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28488 is #3D7B77. Grayscale: #979797. Windows color (decimal): -4029304 or 8946882. OLE color: 8946882.

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

Color convert

RGB 194 132 136 -
CMYK 0 0.32 0.30 0.24
HSL 356.13º 0.34% 0.64% -
HSV(B) 356.13º 0.32% 0.76% -
XYZ 34.94 29.75 27.19 -
YUV 150.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 194 132 136 0 0.32 0.30 0.24 356.13 0.34 0.64
Hex C2 84 88 0 20 1E 18 164 22 40
Octal 302 204 210 0 40 36 30 544 42 100
Binary 11000010 10000100 10001000 0 100000 11110 11000 101100100 100010 1000000

Color Harmonies of #C28488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28488

Black with #C28488

Text Example


Text Example

White with #C28488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28488; }

 p { color: rgb(194,132,136); }

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

background-color css

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

 a { background-color: rgb(194,132,136); }

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

border-color css

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

 span { border-color: rgb(194,132,136); }

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