#C29490

Color #C29490 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C29490

Tints of Oriental Pink #C29490

Color information

#C29490 (or 0xC29490) is unknown color: approx Oriental Pink. HEX triplet: C2, 94 and 90. RGB value is (194,148,144). Sum of RGB (Red+Green+Blue) = 194+148+144=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C29490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29490 is #3D6B6F. Grayscale: #A1A1A1. Windows color (decimal): -4025200 or 9475266. OLE color: 9475266.

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

Color convert

RGB194148144-
CMYK00.240.260.24
HSL4.8º29.07%66.27%-
HSV(B)4.8º25.77%76.08%-
XYZ37.8734.6631.08-
YUV161.3118.24151.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=39.92%
G=30.45%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414814400.240.260.244.829.0766.27
HexC294900181A1851d42
Octal3022242200303230535102
Binary1100001010010100100100000110001101011000101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29490; }

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

 H1.HeaderClassName
 {
   color: #C29490;
 }
 .AnyTagClassName
 {
   color: #C29490;
 }
</style>
background-color css

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

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

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

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

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

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