#CA928B

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

Shades of Oriental Pink #CA928B

Tints of Oriental Pink #CA928B

Color information

#CA928B (or 0xCA928B) is unknown color: approx Oriental Pink. HEX triplet: CA, 92 and 8B. RGB value is (202,146,139). Sum of RGB (Red+Green+Blue) = 202+146+139=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA928B is #356D74. Grayscale: #A2A2A2. Windows color (decimal): -3501429 or 9147082. OLE color: 9147082.

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

Color convert

RGB202146139-
CMYK00.280.310.21
HSL6.67º37.28%66.86%-
HSV(B)6.67º31.19%79.22%-
XYZ39.334.9829.11-
YUV161.95115.05156.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=41.48%
G=29.98%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214613900.280.310.216.6737.2866.86
HexCA928B01C1F1572543
Octal3122222130343725745103
Binary11001010100100101000101101110011111101011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA928B; }

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

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

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

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

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

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

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

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