Html Css Color HEX #C88886 Oriental Pink

📋 copy color: '#C88886'

red 200 ◦ green 136 ◦ blue 134

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

Shades of Oriental Pink #C88886

Tints of Oriental Pink #C88886

RGB

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

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

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

R = 42.55%
G = 28.94%
B = 28.51%

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

#C88886 (or 0xC88886) is known color: Oriental Pink. HEX triplet: C8, 88 and 86. RGB value is (200,136,134). Sum of RGB (Red+Green+Blue) = 200+136+134=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88886 is #377779. Grayscale: #9A9A9A. Windows color (decimal): -3635066 or 8816840. OLE color: 8816840.

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

Color convert

RGB 200 136 134 -
CMYK 0 0.32 0.33 0.22
HSL 1.82º 0.38% 0.65% -
HSV(B) 1.82º 0.33% 0.78% -
XYZ 36.93 31.61 26.71 -
YUV 154.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 200 136 134 0 0.32 0.33 0.22 1.82 0.38 0.65
Hex C8 88 86 0 20 21 16 2 26 41
Octal 310 210 206 0 40 41 26 2 46 101
Binary 11001000 10001000 10000110 0 100000 100001 10110 10 100110 1000001

Color Harmonies of #C88886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88886

Black with #C88886

Text Example


Text Example

White with #C88886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88886; }

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

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

background-color css

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

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

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

border-color css

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

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

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