#CA9088

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

Shades of Oriental Pink #CA9088

Tints of Oriental Pink #CA9088

Color information

#CA9088 (or 0xCA9088) is unknown color: approx Oriental Pink. HEX triplet: CA, 90 and 88. RGB value is (202,144,136). Sum of RGB (Red+Green+Blue) = 202+144+136=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9088 is #356F77. Grayscale: #A0A0A0. Windows color (decimal): -3501944 or 8949962. OLE color: 8949962.

HSL color Cylindrical-coordinate representation of color #CA9088: hue angle of 7.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9088 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202144136-
CMYK00.290.330.21
HSL7.27º38.37%66.27%-
HSV(B)7.27º32.67%79.22%-
XYZ38.7734.2827.87-
YUV160.43114.22157.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=41.91%
G=29.88%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214413600.290.330.217.2738.3766.27
HexCA908801D211572642
Octal3122202100354125746102
Binary110010101001000010001000011101100001101011111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9088; }

 p { color: rgb(202,144,136); }

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

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

 a { background-color: rgb(202,144,136); }

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

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

 span { border-color: rgb(202,144,136); }

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