#CA908B

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

Shades of Oriental Pink #CA908B

Tints of Oriental Pink #CA908B

Color information

#CA908B (or 0xCA908B) is unknown color: approx Oriental Pink. HEX triplet: CA, 90 and 8B. RGB value is (202,144,139). Sum of RGB (Red+Green+Blue) = 202+144+139=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908B is #356F74. Grayscale: #A0A0A0. Windows color (decimal): -3501941 or 9146570. OLE color: 9146570.

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

Color convert

RGB202144139-
CMYK00.290.310.21
HSL4.76º37.28%66.86%-
HSV(B)4.76º31.19%79.22%-
XYZ38.9934.3729-
YUV160.77115.72157.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=41.65%
G=29.69%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214413900.290.310.214.7637.2866.86
HexCA908B01D1F1552543
Octal3122202130353725545103
Binary11001010100100001000101101110111111101011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA908B; }

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

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

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

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

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

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

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

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