#CC938B

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

Shades of Oriental Pink #CC938B

Tints of Oriental Pink #CC938B

Color information

#CC938B (or 0xCC938B) is unknown color: approx Oriental Pink. HEX triplet: CC, 93 and 8B. RGB value is (204,147,139). Sum of RGB (Red+Green+Blue) = 204+147+139=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC938B is #336C74. Grayscale: #A3A3A3. Windows color (decimal): -3370101 or 9147340. OLE color: 9147340.

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

Color convert

RGB204147139-
CMYK00.280.320.2
HSL7.38º38.92%67.25%-
HSV(B)7.38º31.86%80%-
XYZ4035.5729.18-
YUV163.13114.38157.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=41.63%
G=30%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414713900.280.320.27.3838.9267.25
HexCC938B01C201472743
Octal3142232130344024747103
Binary110011001001001110001011011100100000101001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC938B; }

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

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

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

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

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

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

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

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