#CA948D

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

Shades of Oriental Pink #CA948D

Tints of Oriental Pink #CA948D

Color information

#CA948D (or 0xCA948D) is unknown color: approx Oriental Pink. HEX triplet: CA, 94 and 8D. RGB value is (202,148,141). Sum of RGB (Red+Green+Blue) = 202+148+141=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948D is #356B72. Grayscale: #A3A3A3. Windows color (decimal): -3500915 or 9278666. OLE color: 9278666.

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

Color convert

RGB202148141-
CMYK00.270.300.21
HSL6.89º36.53%67.25%-
HSV(B)6.89º30.2%79.22%-
XYZ39.7535.6629.99-
YUV163.35115.39155.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=41.14%
G=30.14%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214814100.270.300.216.8936.5367.25
HexCA948D01B1E1572543
Octal3122242150333625745103
Binary11001010100101001000110101101111110101011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA948D; }

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

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

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

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

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

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

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

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