#CA8D8A

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

Shades of Oriental Pink #CA8D8A

Tints of Oriental Pink #CA8D8A

Color information

#CA8D8A (or 0xCA8D8A) is unknown color: approx Oriental Pink. HEX triplet: CA, 8D and 8A. RGB value is (202,141,138). Sum of RGB (Red+Green+Blue) = 202+141+138=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D8A is #357275. Grayscale: #9E9E9E. Windows color (decimal): -3502710 or 9080266. OLE color: 9080266.

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

Color convert

RGB202141138-
CMYK00.300.320.21
HSL2.81º37.65%66.67%-
HSV(B)2.81º31.68%79.22%-
XYZ38.4733.4428.47-
YUV158.9116.21158.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=42.00%
G=29.31%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214113800.300.320.212.8137.6566.67
HexCA8D8A01E201532643
Octal3122152120364025346103
Binary11001010100011011000101001111010000010101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D8A; }

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

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

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

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

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

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

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

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