Html Css Color HEX #C7827C Oriental Pink

📋 copy color: '#C7827C'

red 199 ◦ green 130 ◦ blue 124

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

Shades of Oriental Pink #C7827C

Tints of Oriental Pink #C7827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 43.93%
G = 28.7%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7827C (or 0xC7827C) is known color: Oriental Pink. HEX triplet: C7, 82 and 7C. RGB value is (199,130,124). Sum of RGB (Red+Green+Blue) = 199+130+124=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7827C is #387D83. Grayscale: #969696. Windows color (decimal): -3702148 or 8159943. OLE color: 8159943.

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

Color convert

RGB 199 130 124 -
CMYK 0 0.35 0.38 0.22
HSL 4.8º 0.4% 0.63% -
HSV(B) 4.8º 0.38% 0.78% -
XYZ 35.17 29.56 22.92 -
YUV 149.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 199 130 124 0 0.35 0.38 0.22 4.8 0.4 0.63
Hex C7 82 7C 0 23 26 16 5 28 3F
Octal 307 202 174 0 43 46 26 5 50 77
Binary 11000111 10000010 1111100 0 100011 100110 10110 101 101000 111111

Color Harmonies of #C7827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7827C

Black with #C7827C

Text Example


Text Example

White with #C7827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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