#C6887D

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

Shades of Oriental Pink #C6887D

Tints of Oriental Pink #C6887D

Color information

#C6887D (or 0xC6887D) is unknown color: approx Oriental Pink. HEX triplet: C6, 88 and 7D. RGB value is (198,136,125). Sum of RGB (Red+Green+Blue) = 198+136+125=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6887D is #397782. Grayscale: #999999. Windows color (decimal): -3766147 or 8227014. OLE color: 8227014.

HSL color Cylindrical-coordinate representation of color #C6887D: hue angle of 9.04º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6887D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198136125-
CMYK00.310.370.22
HSL9.04º39.04%63.33%-
HSV(B)9.04º36.87%77.65%-
XYZ35.7931.0923.52-
YUV153.28112.04159.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=43.14%
G=29.63%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813612500.310.370.229.0439.0463.33
HexC6887D01F25169273f
Octal3062101750374526114777
Binary11000110100010001111101011111100101101101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6887D; }

 p { color: rgb(198,136,125); }

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

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

 a { background-color: rgb(198,136,125); }

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

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

 span { border-color: rgb(198,136,125); }

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