#CC938C

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

Shades of Oriental Pink #CC938C

Tints of Oriental Pink #CC938C

Color information

#CC938C (or 0xCC938C) is unknown color: approx Oriental Pink. HEX triplet: CC, 93 and 8C. RGB value is (204,147,140). Sum of RGB (Red+Green+Blue) = 204+147+140=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC938C is #336C73. Grayscale: #A3A3A3. Windows color (decimal): -3370100 or 9212876. OLE color: 9212876.

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

Color convert

RGB204147140-
CMYK00.280.310.2
HSL6.56º38.55%67.45%-
HSV(B)6.56º31.37%80%-
XYZ40.0735.629.57-
YUV163.24114.88157.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=41.55%
G=29.94%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414714000.280.310.26.5638.5567.45
HexCC938C01C1F1472743
Octal3142232140343724747103
Binary11001100100100111000110001110011111101001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC938C; }

 p { color: rgb(204,147,140); }

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

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

 a { background-color: rgb(204,147,140); }

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

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

 span { border-color: rgb(204,147,140); }

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