#CA8783

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

Shades of Oriental Pink #CA8783

Tints of Oriental Pink #CA8783

Color information

#CA8783 (or 0xCA8783) is unknown color: approx Oriental Pink. HEX triplet: CA, 87 and 83. RGB value is (202,135,131). Sum of RGB (Red+Green+Blue) = 202+135+131=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8783 is #35787C. Grayscale: #9A9A9A. Windows color (decimal): -3504253 or 8619978. OLE color: 8619978.

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

Color convert

RGB202135131-
CMYK00.330.350.21
HSL3.38º40.11%65.29%-
HSV(B)3.38º35.15%79.22%-
XYZ37.1231.5225.6-
YUV154.58114.7161.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=43.16%
G=28.85%
B=27.99%

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
Decimal20213513100.330.350.213.3840.1165.29
HexCA8783021231532841
Octal3122072030414325350101
Binary110010101000011110000011010000110001110101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8783; }

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

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

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

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

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

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

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

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