Html Css Color HEX #C5847F Oriental Pink

📋 copy color: '#C5847F'

red 197 ◦ green 132 ◦ blue 127

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

Shades of Oriental Pink #C5847F

Tints of Oriental Pink #C5847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

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

R = 43.2%
G = 28.95%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5847F (or 0xC5847F) is known color: Oriental Pink. HEX triplet: C5, 84 and 7F. RGB value is (197,132,127). Sum of RGB (Red+Green+Blue) = 197+132+127=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5847F is #3A7B80. Grayscale: #969696. Windows color (decimal): -3832705 or 8357061. OLE color: 8357061.

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

Color convert

RGB 197 132 127 -
CMYK 0 0.33 0.36 0.23
HSL 4.29º 0.38% 0.64% -
HSV(B) 4.29º 0.36% 0.77% -
XYZ 35.11 29.91 24 -
YUV 150.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 197 132 127 0 0.33 0.36 0.23 4.29 0.38 0.64
Hex C5 84 7F 0 21 24 17 4 26 40
Octal 305 204 177 0 41 44 27 4 46 100
Binary 11000101 10000100 1111111 0 100001 100100 10111 100 100110 1000000

Color Harmonies of #C5847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5847F

Black with #C5847F

Text Example


Text Example

White with #C5847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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