Html Css Color HEX #C88686 Oriental Pink

📋 copy color: '#C88686'

red 200 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #C88686

Tints of Oriental Pink #C88686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 42.74%
G = 28.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88686 (or 0xC88686) is known color: Oriental Pink. HEX triplet: C8, 86 and 86. RGB value is (200,134,134). Sum of RGB (Red+Green+Blue) = 200+134+134=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88686 is #377979. Grayscale: #999999. Windows color (decimal): -3635578 or 8816328. OLE color: 8816328.

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

Color convert

RGB 200 134 134 -
CMYK 0 0.33 0.33 0.22
HSL 0.38% 0.65% -
HSV(B) 0.33% 0.78% -
XYZ 36.65 31.05 26.62 -
YUV 153.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 200 134 134 0 0.33 0.33 0.22 0 0.38 0.65
Hex C8 86 86 0 21 21 16 0 26 41
Octal 310 206 206 0 41 41 26 0 46 101
Binary 11001000 10000110 10000110 0 100001 100001 10110 0 100110 1000001

Color Harmonies of #C88686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88686

Black with #C88686

Text Example


Text Example

White with #C88686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88686; }

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

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

background-color css

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

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

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

border-color css

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

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

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