#CC948D

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

Shades of Oriental Pink #CC948D

Tints of Oriental Pink #CC948D

Color information

#CC948D (or 0xCC948D) is unknown color: approx Oriental Pink. HEX triplet: CC, 94 and 8D. RGB value is (204,148,141). Sum of RGB (Red+Green+Blue) = 204+148+141=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948D is #336B72. Grayscale: #A4A4A4. Windows color (decimal): -3369843 or 9278668. OLE color: 9278668.

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

Color convert

RGB204148141-
CMYK00.270.310.2
HSL6.67º38.18%67.65%-
HSV(B)6.67º30.88%80%-
XYZ40.335.9430.01-
YUV163.95115.05156.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=41.38%
G=30.02%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414814100.270.310.26.6738.1867.65
HexCC948D01B1F1472644
Octal3142242150333724746104
Binary11001100100101001000110101101111111101001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC948D; }

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

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

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

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

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

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

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

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