#CC9286

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

Shades of Oriental Pink #CC9286

Tints of Oriental Pink #CC9286

Color information

#CC9286 (or 0xCC9286) is unknown color: approx Oriental Pink. HEX triplet: CC, 92 and 86. RGB value is (204,146,134). Sum of RGB (Red+Green+Blue) = 204+146+134=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9286 is #336D79. Grayscale: #A2A2A2. Windows color (decimal): -3370362 or 8819404. OLE color: 8819404.

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

Color convert

RGB204146134-
CMYK00.280.340.2
HSL10.29º40.7%66.27%-
HSV(B)10.29º34.31%80%-
XYZ39.4835.1227.25-
YUV161.97112.22157.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=42.15%
G=30.17%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414613400.280.340.210.2940.766.27
HexCC928601C2214a2942
Octal31422220603442241251102
Binary1100110010010010100001100111001000101010010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9286; }

 p { color: rgb(204,146,134); }

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

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

 a { background-color: rgb(204,146,134); }

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

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

 span { border-color: rgb(204,146,134); }

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