#C89692

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

Shades of Oriental Pink #C89692

Tints of Oriental Pink #C89692

Color information

#C89692 (or 0xC89692) is unknown color: approx Oriental Pink. HEX triplet: C8, 96 and 92. RGB value is (200,150,146). Sum of RGB (Red+Green+Blue) = 200+150+146=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C89692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89692 is #37696D. Grayscale: #A4A4A4. Windows color (decimal): -3631470 or 9606856. OLE color: 9606856.

HSL color Cylindrical-coordinate representation of color #C89692: hue angle of 4.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89692 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB200150146-
CMYK00.250.270.22
HSL4.44º32.93%67.84%-
HSV(B)4.44º27%78.43%-
XYZ39.9136.1732.07-
YUV164.49117.56153.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=40.32%
G=30.24%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015014600.250.270.224.4432.9367.84
HexC896920191B1642144
Octal3102262220313326441104
Binary11001000100101101001001001100111011101101001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89692; }

 p { color: rgb(200,150,146); }

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

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

 a { background-color: rgb(200,150,146); }

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

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

 span { border-color: rgb(200,150,146); }

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