#CA8E8E

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

Shades of Oriental Pink #CA8E8E

Tints of Oriental Pink #CA8E8E

Color information

#CA8E8E (or 0xCA8E8E) is unknown color: approx Oriental Pink. HEX triplet: CA, 8E and 8E. RGB value is (202,142,142). Sum of RGB (Red+Green+Blue) = 202+142+142=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E8E is #357171. Grayscale: #A0A0A0. Windows color (decimal): -3502450 or 9342666. OLE color: 9342666.

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

Color convert

RGB202142142-
CMYK00.300.300.21
HSL36.14%67.45%-
HSV(B)29.7%79.22%-
XYZ38.9133.8630.08-
YUV159.94117.88158-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=41.56%
G=29.22%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214214200.300.300.21036.1467.45
HexCA8E8E01E1E1502443
Octal3122162160363625044103
Binary110010101000111010001110011110111101010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E8E; }

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

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

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

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

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

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

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

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