Html Css Color HEX #C7847C Oriental Pink

📋 copy color: '#C7847C'

red 199 ◦ green 132 ◦ blue 124

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

Shades of Oriental Pink #C7847C

Tints of Oriental Pink #C7847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 43.74%
G = 29.01%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7847C (or 0xC7847C) is known color: Oriental Pink. HEX triplet: C7, 84 and 7C. RGB value is (199,132,124). Sum of RGB (Red+Green+Blue) = 199+132+124=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7847C is #387B83. Grayscale: #979797. Windows color (decimal): -3701636 or 8160455. OLE color: 8160455.

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

Color convert

RGB 199 132 124 -
CMYK 0 0.34 0.38 0.22
HSL 6.4º 0.4% 0.63% -
HSV(B) 6.4º 0.38% 0.78% -
XYZ 35.44 30.1 23.01 -
YUV 151.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 199 132 124 0 0.34 0.38 0.22 6.4 0.4 0.63
Hex C7 84 7C 0 22 26 16 6 28 3F
Octal 307 204 174 0 42 46 26 6 50 77
Binary 11000111 10000100 1111100 0 100010 100110 10110 110 101000 111111

Color Harmonies of #C7847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7847C

Black with #C7847C

Text Example


Text Example

White with #C7847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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