#CA9592

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

Shades of Oriental Pink #CA9592

Tints of Oriental Pink #CA9592

Color information

#CA9592 (or 0xCA9592) is unknown color: approx Oriental Pink. HEX triplet: CA, 95 and 92. RGB value is (202,149,146). Sum of RGB (Red+Green+Blue) = 202+149+146=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9592 is #356A6D. Grayscale: #A4A4A4. Windows color (decimal): -3500654 or 9606602. OLE color: 9606602.

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

Color convert

RGB202149146-
CMYK00.260.280.21
HSL3.21º34.57%68.24%-
HSV(B)3.21º27.72%79.22%-
XYZ40.2936.1332.04-
YUV164.5117.56154.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=40.64%
G=29.98%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214914600.260.280.213.2134.5768.24
HexCA959201A1C1532344
Octal3122252220323425343104
Binary1100101010010101100100100110101110010101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9592; }

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

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

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

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

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

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

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

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