Html Css Color HEX #C89186 Oriental Pink

📋 copy color: '#C89186'

red 200 ◦ green 145 ◦ blue 134

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

Shades of Oriental Pink #C89186

Tints of Oriental Pink #C89186

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

 GREEN value IS 145 (57.03% from 255) = 30.27%

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 41.75%
G = 30.27%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C89186 (or 0xC89186) is known color: Oriental Pink. HEX triplet: C8, 91 and 86. RGB value is (200,145,134). Sum of RGB (Red+Green+Blue) = 200+145+134=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C89186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89186 is #376E79. Grayscale: #A0A0A0. Windows color (decimal): -3632762 or 8819144. OLE color: 8819144.

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

Color convert

RGB 200 145 134 -
CMYK 0 0.28 0.33 0.22
HSL 10º 0.38% 0.65% -
HSV(B) 10º 0.33% 0.78% -
XYZ 38.25 34.25 27.15 -
YUV 160.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 200 145 134 0 0.28 0.33 0.22 10 0.38 0.65
Hex C8 91 86 0 1C 21 16 A 26 41
Octal 310 221 206 0 34 41 26 12 46 101
Binary 11001000 10010001 10000110 0 11100 100001 10110 1010 100110 1000001

Color Harmonies of #C89186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89186

Black with #C89186

Text Example


Text Example

White with #C89186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89186; }

 p { color: rgb(200,145,134); }

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

background-color css

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

 a { background-color: rgb(200,145,134); }

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

border-color css

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

 span { border-color: rgb(200,145,134); }

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