Html Css Color HEX #C89086 Oriental Pink

📋 copy color: '#C89086'

red 200 ◦ green 144 ◦ blue 134

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

Shades of Oriental Pink #C89086

Tints of Oriental Pink #C89086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 41.84%
G = 30.13%
B = 28.03%

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

#C89086 (or 0xC89086) is known color: Oriental Pink. HEX triplet: C8, 90 and 86. RGB value is (200,144,134). Sum of RGB (Red+Green+Blue) = 200+144+134=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C89086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89086 is #376F79. Grayscale: #9F9F9F. Windows color (decimal): -3633018 or 8818888. OLE color: 8818888.

HSL color Cylindrical-coordinate representation of color #C89086: hue angle of 9.09º 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 #C89086 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 134 -
CMYK 0 0.28 0.33 0.22
HSL 9.09º 0.38% 0.65% -
HSV(B) 9.09º 0.33% 0.78% -
XYZ 38.1 33.95 27.1 -
YUV 159.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 200 144 134 0 0.28 0.33 0.22 9.09 0.38 0.65
Hex C8 90 86 0 1C 21 16 9 26 41
Octal 310 220 206 0 34 41 26 11 46 101
Binary 11001000 10010000 10000110 0 11100 100001 10110 1001 100110 1000001

Color Harmonies of #C89086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89086

Black with #C89086

Text Example


Text Example

White with #C89086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89086; }

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

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

background-color css

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

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

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

border-color css

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

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

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