Html Css Color HEX #C28990 Puce

📋 copy color: '#C28990'

red 194 ◦ green 137 ◦ blue 144

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

Shades of Puce #C28990

Tints of Puce #C28990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 40.84%
G = 28.84%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C28990 (or 0xC28990) is known color: Puce. HEX triplet: C2, 89 and 90. RGB value is (194,137,144). Sum of RGB (Red+Green+Blue) = 194+137+144=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28990 is #3D766F. Grayscale: #9A9A9A. Windows color (decimal): -4028016 or 9472450. OLE color: 9472450.

HSL color Cylindrical-coordinate representation of color #C28990: hue angle of 352.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28990 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 144 -
CMYK 0 0.29 0.26 0.24
HSL 352.63º 0.32% 0.65% -
HSV(B) 352.63º 0.29% 0.76% -
XYZ 36.23 31.37 30.53 -
YUV 154.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 194 137 144 0 0.29 0.26 0.24 352.63 0.32 0.65
Hex C2 89 90 0 1D 1A 18 161 20 41
Octal 302 211 220 0 35 32 30 541 40 101
Binary 11000010 10001001 10010000 0 11101 11010 11000 101100001 100000 1000001

Color Harmonies of #C28990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28990

Black with #C28990

Text Example


Text Example

White with #C28990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28990; }

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

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

background-color css

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

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

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

border-color css

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

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

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