#CC948B

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

Shades of Oriental Pink #CC948B

Tints of Oriental Pink #CC948B

Color information

#CC948B (or 0xCC948B) is unknown color: approx Oriental Pink. HEX triplet: CC, 94 and 8B. RGB value is (204,148,139). Sum of RGB (Red+Green+Blue) = 204+148+139=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948B is #336B74. Grayscale: #A3A3A3. Windows color (decimal): -3369845 or 9147596. OLE color: 9147596.

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

Color convert

RGB204148139-
CMYK00.270.320.2
HSL8.31º38.92%67.25%-
HSV(B)8.31º31.86%80%-
XYZ40.1535.8829.24-
YUV163.72114.05156.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=41.55%
G=30.14%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414813900.270.320.28.3138.9267.25
HexCC948B01B201482743
Octal31422421303340241047103
Binary1100110010010100100010110110111000001010010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC948B; }

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

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

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

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

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

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

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

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