#CA8F8B

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

Shades of Oriental Pink #CA8F8B

Tints of Oriental Pink #CA8F8B

Color information

#CA8F8B (or 0xCA8F8B) is unknown color: approx Oriental Pink. HEX triplet: CA, 8F and 8B. RGB value is (202,143,139). Sum of RGB (Red+Green+Blue) = 202+143+139=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F8B is #357074. Grayscale: #A0A0A0. Windows color (decimal): -3502197 or 9146314. OLE color: 9146314.

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

Color convert

RGB202143139-
CMYK00.290.310.21
HSL3.81º37.28%66.86%-
HSV(B)3.81º31.19%79.22%-
XYZ38.8434.0728.95-
YUV160.18116.05157.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=41.74%
G=29.55%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214313900.290.310.213.8137.2866.86
HexCA8F8B01D1F1542543
Octal3122172130353725445103
Binary11001010100011111000101101110111111101011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F8B; }

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

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

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

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

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

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

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

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