Html Css Color HEX #C7867C Oriental Pink

📋 copy color: '#C7867C'

red 199 ◦ green 134 ◦ blue 124

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

Shades of Oriental Pink #C7867C

Tints of Oriental Pink #C7867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 43.54%
G = 29.32%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7867C (or 0xC7867C) is known color: Oriental Pink. HEX triplet: C7, 86 and 7C. RGB value is (199,134,124). Sum of RGB (Red+Green+Blue) = 199+134+124=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7867C is #387983. Grayscale: #989898. Windows color (decimal): -3701124 or 8160967. OLE color: 8160967.

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

Color convert

RGB 199 134 124 -
CMYK 0 0.33 0.38 0.22
HSL 0.4% 0.63% -
HSV(B) 0.38% 0.78% -
XYZ 35.72 30.65 23.1 -
YUV 152.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 199 134 124 0 0.33 0.38 0.22 8 0.4 0.63
Hex C7 86 7C 0 21 26 16 8 28 3F
Octal 307 206 174 0 41 46 26 10 50 77
Binary 11000111 10000110 1111100 0 100001 100110 10110 1000 101000 111111

Color Harmonies of #C7867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7867C

Black with #C7867C

Text Example


Text Example

White with #C7867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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