#CA8782

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

Shades of Oriental Pink #CA8782

Tints of Oriental Pink #CA8782

Color information

#CA8782 (or 0xCA8782) is unknown color: approx Oriental Pink. HEX triplet: CA, 87 and 82. RGB value is (202,135,130). Sum of RGB (Red+Green+Blue) = 202+135+130=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8782 is #35787D. Grayscale: #9A9A9A. Windows color (decimal): -3504254 or 8554442. OLE color: 8554442.

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

Color convert

RGB202135130-
CMYK00.330.360.21
HSL4.17º40.45%65.1%-
HSV(B)4.17º35.64%79.22%-
XYZ37.0531.525.25-
YUV154.46114.2161.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=43.25%
G=28.91%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213513000.330.360.214.1740.4565.1
HexCA8782021241542841
Octal3122072020414425450101
Binary1100101010000111100000100100001100100101011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8782; }

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

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

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

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

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

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

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

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