#CA948F

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

Shades of Oriental Pink #CA948F

Tints of Oriental Pink #CA948F

Color information

#CA948F (or 0xCA948F) is unknown color: approx Oriental Pink. HEX triplet: CA, 94 and 8F. RGB value is (202,148,143). Sum of RGB (Red+Green+Blue) = 202+148+143=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948F is #356B70. Grayscale: #A3A3A3. Windows color (decimal): -3500913 or 9409738. OLE color: 9409738.

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

Color convert

RGB202148143-
CMYK00.270.290.21
HSL5.08º35.76%67.65%-
HSV(B)5.08º29.21%79.22%-
XYZ39.935.7230.78-
YUV163.58116.39155.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=40.97%
G=30.02%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214814300.270.290.215.0835.7667.65
HexCA948F01B1D1552444
Octal3122242170333525544104
Binary11001010100101001000111101101111101101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA948F; }

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

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

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

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

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

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

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

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