Html Css Color HEX #C89183 Oriental Pink

📋 copy color: '#C89183'

red 200 ◦ green 145 ◦ blue 131

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

Shades of Oriental Pink #C89183

Tints of Oriental Pink #C89183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.52%

R = 42.02%
G = 30.46%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C89183 (or 0xC89183) is known color: Oriental Pink. HEX triplet: C8, 91 and 83. RGB value is (200,145,131). Sum of RGB (Red+Green+Blue) = 200+145+131=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89183 is #376E7C. Grayscale: #9F9F9F. Windows color (decimal): -3632765 or 8622536. OLE color: 8622536.

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

Color convert

RGB 200 145 131 -
CMYK 0 0.28 0.34 0.22
HSL 12.17º 0.39% 0.65% -
HSV(B) 12.17º 0.35% 0.78% -
XYZ 38.04 34.17 26.06 -
YUV 159.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 200 145 131 0 0.28 0.34 0.22 12.17 0.39 0.65
Hex C8 91 83 0 1C 22 16 C 27 41
Octal 310 221 203 0 34 42 26 14 47 101
Binary 11001000 10010001 10000011 0 11100 100010 10110 1100 100111 1000001

Color Harmonies of #C89183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89183

Black with #C89183

Text Example


Text Example

White with #C89183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89183; }

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

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

background-color css

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

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

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

border-color css

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

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

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