Html Css Color HEX #C5877F Oriental Pink

📋 copy color: '#C5877F'

red 197 ◦ green 135 ◦ blue 127

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

Shades of Oriental Pink #C5877F

Tints of Oriental Pink #C5877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 42.92%
G = 29.41%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5877F (or 0xC5877F) is known color: Oriental Pink. HEX triplet: C5, 87 and 7F. RGB value is (197,135,127). Sum of RGB (Red+Green+Blue) = 197+135+127=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5877F is #3A7880. Grayscale: #989898. Windows color (decimal): -3831937 or 8357829. OLE color: 8357829.

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

Color convert

RGB 197 135 127 -
CMYK 0 0.31 0.36 0.23
HSL 6.86º 0.38% 0.64% -
HSV(B) 6.86º 0.36% 0.77% -
XYZ 35.52 30.73 24.14 -
YUV 152.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 197 135 127 0 0.31 0.36 0.23 6.86 0.38 0.64
Hex C5 87 7F 0 1F 24 17 7 26 40
Octal 305 207 177 0 37 44 27 7 46 100
Binary 11000101 10000111 1111111 0 11111 100100 10111 111 100110 1000000

Color Harmonies of #C5877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5877F

Black with #C5877F

Text Example


Text Example

White with #C5877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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