Html Css Color HEX #C28691 Puce

📋 copy color: '#C28691'

red 194 ◦ green 134 ◦ blue 145

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

Shades of Puce #C28691

Tints of Puce #C28691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 41.01%
G = 28.33%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28691 (or 0xC28691) is known color: Puce. HEX triplet: C2, 86 and 91. RGB value is (194,134,145). Sum of RGB (Red+Green+Blue) = 194+134+145=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28691 is #3D796E. Grayscale: #999999. Windows color (decimal): -4028783 or 9537218. OLE color: 9537218.

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

Color convert

RGB 194 134 145 -
CMYK 0 0.31 0.25 0.24
HSL 349º 0.33% 0.64% -
HSV(B) 349º 0.31% 0.76% -
XYZ 35.88 30.56 30.8 -
YUV 153.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 194 134 145 0 0.31 0.25 0.24 349 0.33 0.64
Hex C2 86 91 0 1F 19 18 15D 21 40
Octal 302 206 221 0 37 31 30 535 41 100
Binary 11000010 10000110 10010001 0 11111 11001 11000 101011101 100001 1000000

Color Harmonies of #C28691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28691

Black with #C28691

Text Example


Text Example

White with #C28691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28691; }

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

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

background-color css

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

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

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

border-color css

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

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

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