#CA8482

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

Shades of Oriental Pink #CA8482

Tints of Oriental Pink #CA8482

Color information

#CA8482 (or 0xCA8482) is unknown color: approx Oriental Pink. HEX triplet: CA, 84 and 82. RGB value is (202,132,130). Sum of RGB (Red+Green+Blue) = 202+132+130=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8482 is #357B7D. Grayscale: #989898. Windows color (decimal): -3505022 or 8553674. OLE color: 8553674.

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

Color convert

RGB202132130-
CMYK00.350.360.21
HSL1.67º40.45%65.1%-
HSV(B)1.67º35.64%79.22%-
XYZ36.6430.6725.11-
YUV152.7115.19163.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=43.53%
G=28.45%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213213000.350.360.211.6740.4565.1
HexCA8482023241522841
Octal3122042020434425250101
Binary110010101000010010000010010001110010010101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8482; }

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

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

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

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

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

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

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

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