#C68681

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

Shades of Oriental Pink #C68681

Tints of Oriental Pink #C68681

Color information

#C68681 (or 0xC68681) is unknown color: approx Oriental Pink. HEX triplet: C6, 86 and 81. RGB value is (198,134,129). Sum of RGB (Red+Green+Blue) = 198+134+129=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68681 is #39797E. Grayscale: #989898. Windows color (decimal): -3766655 or 8488646. OLE color: 8488646.

HSL color Cylindrical-coordinate representation of color #C68681: hue angle of 4.35º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68681 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198134129-
CMYK00.320.350.22
HSL4.35º37.7%64.12%-
HSV(B)4.35º34.85%77.65%-
XYZ35.7830.6424.8-
YUV152.57114.7160.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=42.95%
G=29.07%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813412900.320.350.224.3537.764.12
HexC68681020231642640
Octal3062062010404326446100
Binary1100011010000110100000010100000100011101101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68681; }

 p { color: rgb(198,134,129); }

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

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

 a { background-color: rgb(198,134,129); }

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

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

 span { border-color: rgb(198,134,129); }

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