#CA8382

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

Shades of Oriental Pink #CA8382

Tints of Oriental Pink #CA8382

Color information

#CA8382 (or 0xCA8382) is unknown color: approx Oriental Pink. HEX triplet: CA, 83 and 82. RGB value is (202,131,130). Sum of RGB (Red+Green+Blue) = 202+131+130=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8382 is #357C7D. Grayscale: #989898. Windows color (decimal): -3505278 or 8553418. OLE color: 8553418.

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

Color convert

RGB202131130-
CMYK00.350.360.21
HSL0.83º40.45%65.1%-
HSV(B)0.83º35.64%79.22%-
XYZ36.530.425.06-
YUV152.11115.52163.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=43.63%
G=28.29%
B=28.08%

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
Decimal20213113000.350.360.210.8340.4565.1
HexCA8382023241512841
Octal3122032020434425150101
Binary11001010100000111000001001000111001001010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8382; }

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

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

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

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

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

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

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

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