#CA8784

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

Shades of Oriental Pink #CA8784

Tints of Oriental Pink #CA8784

Color information

#CA8784 (or 0xCA8784) is unknown color: approx Oriental Pink. HEX triplet: CA, 87 and 84. RGB value is (202,135,132). Sum of RGB (Red+Green+Blue) = 202+135+132=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8784 is #35787B. Grayscale: #9A9A9A. Windows color (decimal): -3504252 or 8685514. OLE color: 8685514.

HSL color Cylindrical-coordinate representation of color #CA8784: hue angle of 2.57º 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 #CA8784 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202135132-
CMYK00.330.350.21
HSL2.57º39.77%65.49%-
HSV(B)2.57º34.65%79.22%-
XYZ37.1931.5525.96-
YUV154.69115.2161.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=43.07%
G=28.78%
B=28.14%

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
Decimal20213513200.330.350.212.5739.7765.49
HexCA8784021231532841
Octal3122072040414325350101
Binary110010101000011110000100010000110001110101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8784; }

 p { color: rgb(202,135,132); }

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

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

 a { background-color: rgb(202,135,132); }

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

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

 span { border-color: rgb(202,135,132); }

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