#CA9492

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

Shades of Oriental Pink #CA9492

Tints of Oriental Pink #CA9492

Color information

#CA9492 (or 0xCA9492) is unknown color: approx Oriental Pink. HEX triplet: CA, 94 and 92. RGB value is (202,148,146). Sum of RGB (Red+Green+Blue) = 202+148+146=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9492 is #356B6D. Grayscale: #A3A3A3. Windows color (decimal): -3500910 or 9606346. OLE color: 9606346.

HSL color Cylindrical-coordinate representation of color #CA9492: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9492 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202148146-
CMYK00.270.280.21
HSL2.14º34.57%68.24%-
HSV(B)2.14º27.72%79.22%-
XYZ40.1435.8131.99-
YUV163.92117.89155.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=40.73%
G=29.84%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214814600.270.280.212.1434.5768.24
HexCA949201B1C1522344
Octal3122242220333425243104
Binary1100101010010100100100100110111110010101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9492; }

 p { color: rgb(202,148,146); }

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

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

 a { background-color: rgb(202,148,146); }

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

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

 span { border-color: rgb(202,148,146); }

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