Html Css Color HEX #C6887F Oriental Pink

📋 copy color: '#C6887F'

red 198 ◦ green 136 ◦ blue 127

#C6887F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #C6887F

Tints of Oriental Pink #C6887F

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 42.95%
G = 29.5%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6887F (or 0xC6887F) is known color: Oriental Pink. HEX triplet: C6, 88 and 7F. RGB value is (198,136,127). Sum of RGB (Red+Green+Blue) = 198+136+127=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6887F is #397780. Grayscale: #999999. Windows color (decimal): -3766145 or 8358086. OLE color: 8358086.

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

Color convert

RGB 198 136 127 -
CMYK 0 0.31 0.36 0.22
HSL 7.61º 0.38% 0.64% -
HSV(B) 7.61º 0.36% 0.78% -
XYZ 35.92 31.15 24.2 -
YUV 153.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 198 136 127 0 0.31 0.36 0.22 7.61 0.38 0.64
Hex C6 88 7F 0 1F 24 16 8 26 40
Octal 306 210 177 0 37 44 26 10 46 100
Binary 11000110 10001000 1111111 0 11111 100100 10110 1000 100110 1000000

Color Harmonies of #C6887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6887F

Black with #C6887F

Text Example


Text Example

White with #C6887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6887F; }

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

 H1.HeaderClassName
 {
   color: #C6887F;
 }
 .AnyTagClassName
 {
   color: #C6887F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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