#CA8F8E

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

Shades of Oriental Pink #CA8F8E

Tints of Oriental Pink #CA8F8E

Color information

#CA8F8E (or 0xCA8F8E) is unknown color: approx Oriental Pink. HEX triplet: CA, 8F and 8E. RGB value is (202,143,142). Sum of RGB (Red+Green+Blue) = 202+143+142=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F8E is #357071. Grayscale: #A0A0A0. Windows color (decimal): -3502194 or 9342922. OLE color: 9342922.

HSL color Cylindrical-coordinate representation of color #CA8F8E: hue angle of 1º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8F8E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202143142-
CMYK00.290.300.21
HSL36.14%67.45%-
HSV(B)29.7%79.22%-
XYZ39.0634.1530.12-
YUV160.53117.55157.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=41.48%
G=29.36%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214314200.290.300.21136.1467.45
HexCA8F8E01D1E1512443
Octal3122172160353625144103
Binary110010101000111110001110011101111101010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F8E; }

 p { color: rgb(202,143,142); }

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

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

 a { background-color: rgb(202,143,142); }

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

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

 span { border-color: rgb(202,143,142); }

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