Html Css Color HEX #C28588 Puce

📋 copy color: '#C28588'

red 194 ◦ green 133 ◦ blue 136

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

Shades of Puce #C28588

Tints of Puce #C28588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 41.9%
G = 28.73%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28588 (or 0xC28588) is known color: Puce. HEX triplet: C2, 85 and 88. RGB value is (194,133,136). Sum of RGB (Red+Green+Blue) = 194+133+136=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C28588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28588 is #3D7A77. Grayscale: #979797. Windows color (decimal): -4029048 or 8947138. OLE color: 8947138.

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

Color convert

RGB 194 133 136 -
CMYK 0 0.31 0.30 0.24
HSL 357.05º 0.33% 0.64% -
HSV(B) 357.05º 0.31% 0.76% -
XYZ 35.08 30.02 27.24 -
YUV 151.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 194 133 136 0 0.31 0.30 0.24 357.05 0.33 0.64
Hex C2 85 88 0 1F 1E 18 165 21 40
Octal 302 205 210 0 37 36 30 545 41 100
Binary 11000010 10000101 10001000 0 11111 11110 11000 101100101 100001 1000000

Color Harmonies of #C28588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28588

Black with #C28588

Text Example


Text Example

White with #C28588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28588; }

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

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

background-color css

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

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

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

border-color css

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

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

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