#CC948E

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

Shades of Oriental Pink #CC948E

Tints of Oriental Pink #CC948E

Color information

#CC948E (or 0xCC948E) is unknown color: approx Oriental Pink. HEX triplet: CC, 94 and 8E. RGB value is (204,148,142). Sum of RGB (Red+Green+Blue) = 204+148+142=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948E is #336B71. Grayscale: #A4A4A4. Windows color (decimal): -3369842 or 9344204. OLE color: 9344204.

HSL color Cylindrical-coordinate representation of color #CC948E: hue angle of 5.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC948E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204148142-
CMYK00.270.300.2
HSL5.81º37.8%67.84%-
HSV(B)5.81º30.39%80%-
XYZ40.3735.9730.41-
YUV164.06115.55156.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=41.30%
G=29.96%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414814200.270.300.25.8137.867.84
HexCC948E01B1E1462644
Octal3142242160333624646104
Binary11001100100101001000111001101111110101001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC948E; }

 p { color: rgb(204,148,142); }

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

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

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

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

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

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

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