Html Css Color HEX #C7867E Oriental Pink

📋 copy color: '#C7867E'

red 199 ◦ green 134 ◦ blue 126

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

Shades of Oriental Pink #C7867E

Tints of Oriental Pink #C7867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 43.36%
G = 29.19%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7867E (or 0xC7867E) is known color: Oriental Pink. HEX triplet: C7, 86 and 7E. RGB value is (199,134,126). Sum of RGB (Red+Green+Blue) = 199+134+126=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7867E is #387981. Grayscale: #989898. Windows color (decimal): -3701122 or 8292039. OLE color: 8292039.

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

Color convert

RGB 199 134 126 -
CMYK 0 0.33 0.37 0.22
HSL 6.58º 0.39% 0.64% -
HSV(B) 6.58º 0.37% 0.78% -
XYZ 35.84 30.7 23.77 -
YUV 152.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 199 134 126 0 0.33 0.37 0.22 6.58 0.39 0.64
Hex C7 86 7E 0 21 25 16 7 27 40
Octal 307 206 176 0 41 45 26 7 47 100
Binary 11000111 10000110 1111110 0 100001 100101 10110 111 100111 1000000

Color Harmonies of #C7867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7867E

Black with #C7867E

Text Example


Text Example

White with #C7867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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