Html Css Color HEX #C7857F Oriental Pink

📋 copy color: '#C7857F'

red 199 ◦ green 133 ◦ blue 127

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

Shades of Oriental Pink #C7857F

Tints of Oriental Pink #C7857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 43.36%
G = 28.98%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7857F (or 0xC7857F) is known color: Oriental Pink. HEX triplet: C7, 85 and 7F. RGB value is (199,133,127). Sum of RGB (Red+Green+Blue) = 199+133+127=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857F is #387A80. Grayscale: #989898. Windows color (decimal): -3701377 or 8357319. OLE color: 8357319.

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

Color convert

RGB 199 133 127 -
CMYK 0 0.33 0.36 0.22
HSL 0.39% 0.64% -
HSV(B) 0.36% 0.78% -
XYZ 35.77 30.45 24.07 -
YUV 152.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 199 133 127 0 0.33 0.36 0.22 5 0.39 0.64
Hex C7 85 7F 0 21 24 16 5 27 40
Octal 307 205 177 0 41 44 26 5 47 100
Binary 11000111 10000101 1111111 0 100001 100100 10110 101 100111 1000000

Color Harmonies of #C7857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7857F

Black with #C7857F

Text Example


Text Example

White with #C7857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7857F; }

 p { color: rgb(199,133,127); }

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

background-color css

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

 a { background-color: rgb(199,133,127); }

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

border-color css

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

 span { border-color: rgb(199,133,127); }

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