Html Css Color HEX #C7887C Oriental Pink

📋 copy color: '#C7887C'

red 199 ◦ green 136 ◦ blue 124

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

Shades of Oriental Pink #C7887C

Tints of Oriental Pink #C7887C

RGB

 RED value IS 199 (78.13% from 255) = 43.36%

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 43.36%
G = 29.63%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7887C (or 0xC7887C) is known color: Oriental Pink. HEX triplet: C7, 88 and 7C. RGB value is (199,136,124). Sum of RGB (Red+Green+Blue) = 199+136+124=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7887C is #387783. Grayscale: #999999. Windows color (decimal): -3700612 or 8161479. OLE color: 8161479.

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

Color convert

RGB 199 136 124 -
CMYK 0 0.32 0.38 0.22
HSL 9.6º 0.4% 0.63% -
HSV(B) 9.6º 0.38% 0.78% -
XYZ 36 31.21 23.19 -
YUV 153.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 199 136 124 0 0.32 0.38 0.22 9.6 0.4 0.63
Hex C7 88 7C 0 20 26 16 A 28 3F
Octal 307 210 174 0 40 46 26 12 50 77
Binary 11000111 10001000 1111100 0 100000 100110 10110 1010 101000 111111

Color Harmonies of #C7887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7887C

Black with #C7887C

Text Example


Text Example

White with #C7887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7887C; }

 p { color: rgb(199,136,124); }

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

background-color css

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

 a { background-color: rgb(199,136,124); }

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

border-color css

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

 span { border-color: rgb(199,136,124); }

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