Html Css Color HEX #C5837F Oriental Pink

📋 copy color: '#C5837F'

red 197 ◦ green 131 ◦ blue 127

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

Shades of Oriental Pink #C5837F

Tints of Oriental Pink #C5837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 43.3%
G = 28.79%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5837F (or 0xC5837F) is known color: Oriental Pink. HEX triplet: C5, 83 and 7F. RGB value is (197,131,127). Sum of RGB (Red+Green+Blue) = 197+131+127=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5837F is #3A7C80. Grayscale: #969696. Windows color (decimal): -3832961 or 8356805. OLE color: 8356805.

HSL color Cylindrical-coordinate representation of color #C5837F: hue angle of 3.43º 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 #C5837F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 127 -
CMYK 0 0.34 0.36 0.23
HSL 3.43º 0.38% 0.64% -
HSV(B) 3.43º 0.36% 0.77% -
XYZ 34.97 29.64 23.96 -
YUV 150.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 197 131 127 0 0.34 0.36 0.23 3.43 0.38 0.64
Hex C5 83 7F 0 22 24 17 3 26 40
Octal 305 203 177 0 42 44 27 3 46 100
Binary 11000101 10000011 1111111 0 100010 100100 10111 11 100110 1000000

Color Harmonies of #C5837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5837F

Black with #C5837F

Text Example


Text Example

White with #C5837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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