Html Css Color HEX #C88787 Oriental Pink

📋 copy color: '#C88787'

red 200 ◦ green 135 ◦ blue 135

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

Shades of Oriental Pink #C88787

Tints of Oriental Pink #C88787

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 42.55%
G = 28.72%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88787 (or 0xC88787) is known color: Oriental Pink. HEX triplet: C8, 87 and 87. RGB value is (200,135,135). Sum of RGB (Red+Green+Blue) = 200+135+135=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C88787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88787 is #377878. Grayscale: #9A9A9A. Windows color (decimal): -3635321 or 8882120. OLE color: 8882120.

HSL color Cylindrical-coordinate representation of color #C88787: hue angle of 0º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88787 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 135 -
CMYK 0 0.32 0.32 0.22
HSL 0.37% 0.66% -
HSV(B) 0.33% 0.78% -
XYZ 36.86 31.36 27.03 -
YUV 154.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 200 135 135 0 0.32 0.32 0.22 0 0.37 0.66
Hex C8 87 87 0 20 20 16 0 25 42
Octal 310 207 207 0 40 40 26 0 45 102
Binary 11001000 10000111 10000111 0 100000 100000 10110 0 100101 1000010

Color Harmonies of #C88787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88787

Black with #C88787

Text Example


Text Example

White with #C88787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88787; }

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

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

background-color css

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

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

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

border-color css

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

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

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