Html Css Color HEX #C28687 Puce

📋 copy color: '#C28687'

red 194 ◦ green 134 ◦ blue 135

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

Shades of Puce #C28687

Tints of Puce #C28687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 135 (53.13% from 255) = 29.16%

R = 41.9%
G = 28.94%
B = 29.16%

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

#C28687 (or 0xC28687) is known color: Puce. HEX triplet: C2, 86 and 87. RGB value is (194,134,135). Sum of RGB (Red+Green+Blue) = 194+134+135=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C28687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28687 is #3D7978. Grayscale: #989898. Windows color (decimal): -4028793 or 8881858. OLE color: 8881858.

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

Color convert

RGB 194 134 135 -
CMYK 0 0.31 0.30 0.24
HSL 359º 0.33% 0.64% -
HSV(B) 359º 0.31% 0.76% -
XYZ 35.15 30.27 26.91 -
YUV 152.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 194 134 135 0 0.31 0.30 0.24 359 0.33 0.64
Hex C2 86 87 0 1F 1E 18 167 21 40
Octal 302 206 207 0 37 36 30 547 41 100
Binary 11000010 10000110 10000111 0 11111 11110 11000 101100111 100001 1000000

Color Harmonies of #C28687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28687

Black with #C28687

Text Example


Text Example

White with #C28687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28687; }

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

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

background-color css

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

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

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

border-color css

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

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

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