Html Css Color HEX #C88C86 Oriental Pink

📋 copy color: '#C88C86'

red 200 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #C88C86

Tints of Oriental Pink #C88C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

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

R = 42.19%
G = 29.54%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88C86 (or 0xC88C86) is known color: Oriental Pink. HEX triplet: C8, 8C and 86. RGB value is (200,140,134). Sum of RGB (Red+Green+Blue) = 200+140+134=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C86 is #377379. Grayscale: #9D9D9D. Windows color (decimal): -3634042 or 8817864. OLE color: 8817864.

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

Color convert

RGB 200 140 134 -
CMYK 0 0.3 0.33 0.22
HSL 5.45º 0.38% 0.65% -
HSV(B) 5.45º 0.33% 0.78% -
XYZ 37.5 32.76 26.9 -
YUV 157.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 200 140 134 0 0.3 0.33 0.22 5.45 0.38 0.65
Hex C8 8C 86 0 1E 21 16 5 26 41
Octal 310 214 206 0 36 41 26 5 46 101
Binary 11001000 10001100 10000110 0 11110 100001 10110 101 100110 1000001

Color Harmonies of #C88C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C86

Black with #C88C86

Text Example


Text Example

White with #C88C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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