#CA8883

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

Shades of Oriental Pink #CA8883

Tints of Oriental Pink #CA8883

Color information

#CA8883 (or 0xCA8883) is unknown color: approx Oriental Pink. HEX triplet: CA, 88 and 83. RGB value is (202,136,131). Sum of RGB (Red+Green+Blue) = 202+136+131=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8883 is #35777C. Grayscale: #9B9B9B. Windows color (decimal): -3503997 or 8620234. OLE color: 8620234.

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

Color convert

RGB202136131-
CMYK00.330.350.21
HSL4.23º40.11%65.29%-
HSV(B)4.23º35.15%79.22%-
XYZ37.2631.825.65-
YUV155.16114.37161.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=43.07%
G=29.00%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213613100.330.350.214.2340.1165.29
HexCA8883021231542841
Octal3122102030414325450101
Binary1100101010001000100000110100001100011101011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8883; }

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

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

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

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

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

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

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

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