Html Css Color HEX #C88986 Oriental Pink

📋 copy color: '#C88986'

red 200 ◦ green 137 ◦ blue 134

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

Shades of Oriental Pink #C88986

Tints of Oriental Pink #C88986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

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

R = 42.46%
G = 29.09%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88986 (or 0xC88986) is known color: Oriental Pink. HEX triplet: C8, 89 and 86. RGB value is (200,137,134). Sum of RGB (Red+Green+Blue) = 200+137+134=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88986 is #377679. Grayscale: #9B9B9B. Windows color (decimal): -3634810 or 8817096. OLE color: 8817096.

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

Color convert

RGB 200 137 134 -
CMYK 0 0.32 0.33 0.22
HSL 2.73º 0.38% 0.65% -
HSV(B) 2.73º 0.33% 0.78% -
XYZ 37.07 31.89 26.76 -
YUV 155.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 200 137 134 0 0.32 0.33 0.22 2.73 0.38 0.65
Hex C8 89 86 0 20 21 16 3 26 41
Octal 310 211 206 0 40 41 26 3 46 101
Binary 11001000 10001001 10000110 0 100000 100001 10110 11 100110 1000001

Color Harmonies of #C88986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88986

Black with #C88986

Text Example


Text Example

White with #C88986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88986; }

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

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

background-color css

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

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

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

border-color css

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

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

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