#CA918D

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

Shades of Oriental Pink #CA918D

Tints of Oriental Pink #CA918D

Color information

#CA918D (or 0xCA918D) is unknown color: approx Oriental Pink. HEX triplet: CA, 91 and 8D. RGB value is (202,145,141). Sum of RGB (Red+Green+Blue) = 202+145+141=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA918D is #356E72. Grayscale: #A1A1A1. Windows color (decimal): -3501683 or 9277898. OLE color: 9277898.

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

Color convert

RGB202145141-
CMYK00.280.300.21
HSL3.93º36.53%67.25%-
HSV(B)3.93º30.2%79.22%-
XYZ39.2934.7329.83-
YUV161.59116.38156.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=41.39%
G=29.71%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214514100.280.300.213.9336.5367.25
HexCA918D01C1E1542543
Octal3122212150343625445103
Binary11001010100100011000110101110011110101011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA918D; }

 p { color: rgb(202,145,141); }

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

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

 a { background-color: rgb(202,145,141); }

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

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

 span { border-color: rgb(202,145,141); }

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