#CC918B

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

Shades of Oriental Pink #CC918B

Tints of Oriental Pink #CC918B

Color information

#CC918B (or 0xCC918B) is unknown color: approx Oriental Pink. HEX triplet: CC, 91 and 8B. RGB value is (204,145,139). Sum of RGB (Red+Green+Blue) = 204+145+139=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918B is #336E74. Grayscale: #A2A2A2. Windows color (decimal): -3370613 or 9146828. OLE color: 9146828.

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

Color convert

RGB204145139-
CMYK00.290.320.2
HSL5.54º38.92%67.25%-
HSV(B)5.54º31.86%80%-
XYZ39.6934.9529.08-
YUV161.96115.05157.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=41.80%
G=29.71%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414513900.290.320.25.5438.9267.25
HexCC918B01D201462743
Octal3142212130354024647103
Binary110011001001000110001011011101100000101001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC918B; }

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

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

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

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

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

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

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

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