#CA958F

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

Shades of Oriental Pink #CA958F

Tints of Oriental Pink #CA958F

Color information

#CA958F (or 0xCA958F) is unknown color: approx Oriental Pink. HEX triplet: CA, 95 and 8F. RGB value is (202,149,143). Sum of RGB (Red+Green+Blue) = 202+149+143=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958F is #356A70. Grayscale: #A4A4A4. Windows color (decimal): -3500657 or 9409994. OLE color: 9409994.

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

Color convert

RGB202149143-
CMYK00.260.290.21
HSL6.1º35.76%67.65%-
HSV(B)6.1º29.21%79.22%-
XYZ40.0636.0330.83-
YUV164.16116.06154.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=40.89%
G=30.16%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214914300.260.290.216.135.7667.65
HexCA958F01A1D1562444
Octal3122252170323525644104
Binary11001010100101011000111101101011101101011101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA958F; }

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

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

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

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

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

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

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

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