Html Css Color HEX #C28690 Puce

📋 copy color: '#C28690'

red 194 ◦ green 134 ◦ blue 144

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

Shades of Puce #C28690

Tints of Puce #C28690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 41.1%
G = 28.39%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C28690 (or 0xC28690) is known color: Puce. HEX triplet: C2, 86 and 90. RGB value is (194,134,144). Sum of RGB (Red+Green+Blue) = 194+134+144=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28690 is #3D796F. Grayscale: #999999. Windows color (decimal): -4028784 or 9471682. OLE color: 9471682.

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

Color convert

RGB 194 134 144 -
CMYK 0 0.31 0.26 0.24
HSL 350º 0.33% 0.64% -
HSV(B) 350º 0.31% 0.76% -
XYZ 35.81 30.53 30.39 -
YUV 153.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 194 134 144 0 0.31 0.26 0.24 350 0.33 0.64
Hex C2 86 90 0 1F 1A 18 15E 21 40
Octal 302 206 220 0 37 32 30 536 41 100
Binary 11000010 10000110 10010000 0 11111 11010 11000 101011110 100001 1000000

Color Harmonies of #C28690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28690

Black with #C28690

Text Example


Text Example

White with #C28690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28690; }

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

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

background-color css

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

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

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

border-color css

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

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

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