Html Css Color HEX #C5857F Oriental Pink

📋 copy color: '#C5857F'

red 197 ◦ green 133 ◦ blue 127

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

Shades of Oriental Pink #C5857F

Tints of Oriental Pink #C5857F

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

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

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

R = 43.11%
G = 29.1%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5857F (or 0xC5857F) is known color: Oriental Pink. HEX triplet: C5, 85 and 7F. RGB value is (197,133,127). Sum of RGB (Red+Green+Blue) = 197+133+127=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5857F is #3A7A80. Grayscale: #979797. Windows color (decimal): -3832449 or 8357317. OLE color: 8357317.

HSL color Cylindrical-coordinate representation of color #C5857F: hue angle of 5.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5857F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 127 -
CMYK 0 0.32 0.36 0.23
HSL 5.14º 0.38% 0.64% -
HSV(B) 5.14º 0.36% 0.77% -
XYZ 35.24 30.18 24.05 -
YUV 151.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 197 133 127 0 0.32 0.36 0.23 5.14 0.38 0.64
Hex C5 85 7F 0 20 24 17 5 26 40
Octal 305 205 177 0 40 44 27 5 46 100
Binary 11000101 10000101 1111111 0 100000 100100 10111 101 100110 1000000

Color Harmonies of #C5857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5857F

Black with #C5857F

Text Example


Text Example

White with #C5857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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